Html Css Color HEX #C9BC1C Bird Flower

📋 copy color: '#C9BC1C'

red 201 ◦ green 188 ◦ blue 28

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

Shades of Bird Flower #C9BC1C

Tints of Bird Flower #C9BC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.71%

R = 48.2%
G = 45.08%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9BC1C (or 0xC9BC1C) is known color: Bird Flower. HEX triplet: C9, BC and 1C. RGB value is (201,188,28). Sum of RGB (Red+Green+Blue) = 201+188+28=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 28 (11.33% from 255 or 6.71% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC1C is #3643E3. Grayscale: #AEAEAE. Windows color (decimal): -3556324 or 1883337. OLE color: 1883337.

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

Color convert

RGB 201 188 28 -
CMYK 0 0.06 0.86 0.21
HSL 55.49º 0.76% 0.45% -
HSV(B) 55.49º 0.86% 0.79% -
XYZ 42.28 48.47 8.23 -
YUV 173.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 201 188 28 0 0.06 0.86 0.21 55.49 0.76 0.45
Hex C9 BC 1C 0 6 56 15 37 4C 2D
Octal 311 274 34 0 6 126 25 67 114 55
Binary 11001001 10111100 11100 0 110 1010110 10101 110111 1001100 101101

Color Harmonies of #C9BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC1C

Black with #C9BC1C

Text Example


Text Example

White with #C9BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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