Html Css Color HEX #C9BA1C Bird Flower

📋 copy color: '#C9BA1C'

red 201 ◦ green 186 ◦ blue 28

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

Shades of Bird Flower #C9BA1C

Tints of Bird Flower #C9BA1C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.82%

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

R = 48.43%
G = 44.82%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#C9BA1C (or 0xC9BA1C) is known color: Bird Flower. HEX triplet: C9, BA and 1C. RGB value is (201,186,28). Sum of RGB (Red+Green+Blue) = 201+186+28=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA1C is #3645E3. Grayscale: #ADADAD. Windows color (decimal): -3556836 or 1882825. OLE color: 1882825.

HSL color Cylindrical-coordinate representation of color #C9BA1C: hue angle of 54.8º 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 #C9BA1C is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 28 -
CMYK 0 0.07 0.86 0.21
HSL 54.8º 0.76% 0.45% -
HSV(B) 54.8º 0.86% 0.79% -
XYZ 41.86 47.62 8.08 -
YUV 172.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 201 186 28 0 0.07 0.86 0.21 54.8 0.76 0.45
Hex C9 BA 1C 0 7 56 15 37 4C 2D
Octal 311 272 34 0 7 126 25 67 114 55
Binary 11001001 10111010 11100 0 111 1010110 10101 110111 1001100 101101

Color Harmonies of #C9BA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA1C

Black with #C9BA1C

Text Example


Text Example

White with #C9BA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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