Html Css Color HEX #C9B912 Bird Flower

📋 copy color: '#C9B912'

red 201 ◦ green 185 ◦ blue 18

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

Shades of Bird Flower #C9B912

Tints of Bird Flower #C9B912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 49.75%
G = 45.79%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C9B912 (or 0xC9B912) is known color: Bird Flower. HEX triplet: C9, B9 and 12. RGB value is (201,185,18). Sum of RGB (Red+Green+Blue) = 201+185+18=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B912 is #3646ED. Grayscale: #ABABAB. Windows color (decimal): -3557102 or 1227209. OLE color: 1227209.

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

Color convert

RGB 201 185 18 -
CMYK 0 0.08 0.91 0.21
HSL 54.75º 0.84% 0.43% -
HSV(B) 54.75º 0.91% 0.79% -
XYZ 41.55 47.16 7.49 -
YUV 170.75 41.8 149.58 -
System Red Green Blue C M Y K H S L
Decimal 201 185 18 0 0.08 0.91 0.21 54.75 0.84 0.43
Hex C9 B9 12 0 8 5B 15 37 54 2B
Octal 311 271 22 0 10 133 25 67 124 53
Binary 11001001 10111001 10010 0 1000 1011011 10101 110111 1010100 101011

Color Harmonies of #C9B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B912

Black with #C9B912

Text Example


Text Example

White with #C9B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B912; }

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

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

background-color css

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

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

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

border-color css

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

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

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