Html Css Color HEX #C9BC18 Bird Flower

📋 copy color: '#C9BC18'

red 201 ◦ green 188 ◦ blue 24

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

Shades of Bird Flower #C9BC18

Tints of Bird Flower #C9BC18

RGB

 RED value IS 201 (78.91% from 255) = 48.67%

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 48.67%
G = 45.52%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C9BC18 (or 0xC9BC18) is known color: Bird Flower. HEX triplet: C9, BC and 18. RGB value is (201,188,24). Sum of RGB (Red+Green+Blue) = 201+188+24=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BC18 is #3643E7. Grayscale: #ADADAD. Windows color (decimal): -3556328 or 1621193. OLE color: 1621193.

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

Color convert

RGB 201 188 24 -
CMYK 0 0.06 0.88 0.21
HSL 55.59º 0.79% 0.44% -
HSV(B) 55.59º 0.88% 0.79% -
XYZ 42.24 48.45 7.99 -
YUV 173.19 43.81 147.84 -
System Red Green Blue C M Y K H S L
Decimal 201 188 24 0 0.06 0.88 0.21 55.59 0.79 0.44
Hex C9 BC 18 0 6 58 15 38 4F 2C
Octal 311 274 30 0 6 130 25 70 117 54
Binary 11001001 10111100 11000 0 110 1011000 10101 111000 1001111 101100

Color Harmonies of #C9BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC18

Black with #C9BC18

Text Example


Text Example

White with #C9BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC18; }

 p { color: rgb(201,188,24); }

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

background-color css

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

 a { background-color: rgb(201,188,24); }

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

border-color css

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

 span { border-color: rgb(201,188,24); }

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