#c2b618

Color #C2B618 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C2B618

Tints of Bird Flower #C2B618

Color information

#C2B618 (or 0xC2B618) is unknown color: approx Bird Flower. HEX triplet: C2, B6 and 18. RGB value is (194,182,24). Sum of RGB (Red+Green+Blue) = 194+182+24=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B618 is #3D49E7. Grayscale: #A8A8A8. Windows color (decimal): -4016616 or 1619650. OLE color: 1619650.

HSL color Cylindrical-coordinate representation of color #C2B618: hue angle of 55.76º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2B618 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19418224-
CMYK00.060.880.24
HSL55.76º77.98%42.75%-
HSV(B)55.76º87.63%76.08%-
XYZ39.1444.997.49-
YUV167.5846.98146.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 24 (9.77% from 255) = 6%
R=48.5%
G=45.5%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941822400.060.880.2455.7677.9842.75
HexC2B618065818384e2b
Octal3022663006130307011653
Binary11000010101101101100001101011000110001110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b618; }

 p { color: rgb(194,182,24); }

 H1.HeaderClassName
 {
   color: #c2b618;
 }
 .AnyTagClassName
 {
   color: #c2b618;
 }
</style>
background-color css

<style>
 a { background-color: #c2b618; }

 a { background-color: rgb(194,182,24); }

 div.DivClassName
 {
   background-color: #c2b618;
 }
 .BgClassName
 {
   background-color: #c2b618;
 }
</style>
border-color css

<style>
 span { border-color: #c2b618; }

 span { border-color: rgb(194,182,24); }

 td.TdClassName
 {
   border-color: #c2b618;
 }
 .TagClassName
 {
   border-color: #c2b618;
 }
</style>