Html Css Color HEX #C2B918 Bird Flower

📋 copy color: '#C2B918'

red 194 ◦ green 185 ◦ blue 24

#C2B918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C2B918

Tints of Bird Flower #C2B918

RGB

 RED value IS 194 (76.17% from 255) = 48.14%

 GREEN value IS 185 (72.66% from 255) = 45.91%

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 48.14%
G = 45.91%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2B918 (or 0xC2B918) is known color: Bird Flower. HEX triplet: C2, B9 and 18. RGB value is (194,185,24). Sum of RGB (Red+Green+Blue) = 194+185+24=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B918 is #3D46E7. Grayscale: #A9A9A9. Windows color (decimal): -4015848 or 1620418. OLE color: 1620418.

HSL color Cylindrical-coordinate representation of color #C2B918: hue angle of 56.82º 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 #C2B918 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 24 -
CMYK 0 0.05 0.88 0.24
HSL 56.82º 0.78% 0.43% -
HSV(B) 56.82º 0.88% 0.76% -
XYZ 39.76 46.23 7.69 -
YUV 169.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 194 185 24 0 0.05 0.88 0.24 56.82 0.78 0.43
Hex C2 B9 18 0 5 58 18 39 4E 2B
Octal 302 271 30 0 5 130 30 71 116 53
Binary 11000010 10111001 11000 0 101 1011000 11000 111001 1001110 101011

Color Harmonies of #C2B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B918

Black with #C2B918

Text Example


Text Example

White with #C2B918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B918; }

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

 H1.HeaderClassName
 {
   color: #C2B918;
 }
 .AnyTagClassName
 {
   color: #C2B918;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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