Html Css Color HEX #C7BB18 Bird Flower

📋 copy color: '#C7BB18'

red 199 ◦ green 187 ◦ blue 24

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

Shades of Bird Flower #C7BB18

Tints of Bird Flower #C7BB18

RGB

 RED value IS 199 (78.13% from 255) = 48.54%

 GREEN value IS 187 (73.44% from 255) = 45.61%

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

R = 48.54%
G = 45.61%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7BB18 (or 0xC7BB18) is known color: Bird Flower. HEX triplet: C7, BB and 18. RGB value is (199,187,24). Sum of RGB (Red+Green+Blue) = 199+187+24=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BB18 is #3844E7. Grayscale: #ACACAC. Windows color (decimal): -3687656 or 1620935. OLE color: 1620935.

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

Color convert

RGB 199 187 24 -
CMYK 0 0.06 0.88 0.22
HSL 55.89º 0.78% 0.44% -
HSV(B) 55.89º 0.88% 0.78% -
XYZ 41.49 47.75 7.89 -
YUV 172.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 199 187 24 0 0.06 0.88 0.22 55.89 0.78 0.44
Hex C7 BB 18 0 6 58 16 38 4E 2C
Octal 307 273 30 0 6 130 26 70 116 54
Binary 11000111 10111011 11000 0 110 1011000 10110 111000 1001110 101100

Color Harmonies of #C7BB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BB18

Black with #C7BB18

Text Example


Text Example

White with #C7BB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BB18; }

 p { color: rgb(199,187,24); }

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

background-color css

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

 a { background-color: rgb(199,187,24); }

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

border-color css

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

 span { border-color: rgb(199,187,24); }

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