Html Css Color HEX #C9B90B Bird Flower

📋 copy color: '#C9B90B'

red 201 ◦ green 185 ◦ blue 11

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

Shades of Bird Flower #C9B90B

Tints of Bird Flower #C9B90B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 50.63%
G = 46.6%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9B90B (or 0xC9B90B) is known color: Bird Flower. HEX triplet: C9, B9 and 0B. RGB value is (201,185,11). Sum of RGB (Red+Green+Blue) = 201+185+11=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B90B is #3646F4. Grayscale: #AAAAAA. Windows color (decimal): -3557109 or 768457. OLE color: 768457.

HSL color Cylindrical-coordinate representation of color #C9B90B: hue angle of 54.95º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9B90B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 185 11 -
CMYK 0 0.08 0.95 0.21
HSL 54.95º 0.9% 0.42% -
HSV(B) 54.95º 0.95% 0.79% -
XYZ 41.5 47.14 7.23 -
YUV 169.95 38.3 150.15 -
System Red Green Blue C M Y K H S L
Decimal 201 185 11 0 0.08 0.95 0.21 54.95 0.9 0.42
Hex C9 B9 B 0 8 5F 15 37 5A 2A
Octal 311 271 13 0 10 137 25 67 132 52
Binary 11001001 10111001 1011 0 1000 1011111 10101 110111 1011010 101010

Color Harmonies of #C9B90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B90B

Black with #C9B90B

Text Example


Text Example

White with #C9B90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B90B; }

 p { color: rgb(201,185,11); }

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

background-color css

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

 a { background-color: rgb(201,185,11); }

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

border-color css

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

 span { border-color: rgb(201,185,11); }

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