#C9AB02

Color #C9AB02 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C9AB02

Tints of Bird Flower #C9AB02

Color information

#C9AB02 (or 0xC9AB02) is unknown color: approx Bird Flower. HEX triplet: C9, AB and 02. RGB value is (201,171,2). Sum of RGB (Red+Green+Blue) = 201+171+2=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AB02 is #3654FD. Grayscale: #A1A1A1. Windows color (decimal): -3560702 or 175049. OLE color: 175049.

HSL color Cylindrical-coordinate representation of color #C9AB02: hue angle of 50.95º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9AB02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB2011712-
CMYK00.150.990.21
HSL50.95º98.03%39.8%-
HSV(B)50.95º99%78.82%-
XYZ38.6641.556.04-
YUV160.738.44156.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.74%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 2 (1.17% from 255) = 0.53%
R=53.74%
G=45.72%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201171200.150.990.2150.9598.0339.8
HexC9AB20F6315336228
Octal3112532017143256314250
Binary110010011010101110011111100011101011100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB02; }

 p { color: rgb(201,171,2); }

 H1.HeaderClassName
 {
   color: #C9AB02;
 }
 .AnyTagClassName
 {
   color: #C9AB02;
 }
</style>
background-color css

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

 a { background-color: rgb(201,171,2); }

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

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

 span { border-color: rgb(201,171,2); }

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