#CAB90B

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

Shades of Bird Flower #CAB90B

Tints of Bird Flower #CAB90B

Color information

#CAB90B (or 0xCAB90B) is unknown color: approx Bird Flower. HEX triplet: CA, B9 and 0B. RGB value is (202,185,11). Sum of RGB (Red+Green+Blue) = 202+185+11=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB90B is #3546F4. Grayscale: #AAAAAA. Windows color (decimal): -3491573 or 768458. OLE color: 768458.

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

Color convert

RGB20218511-
CMYK00.080.950.21
HSL54.66º89.67%41.76%-
HSV(B)54.66º94.55%79.22%-
XYZ41.7747.287.24-
YUV170.2538.13150.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 185 (72.66% from 255) = 46.48%
BLUE value IS 11 (4.69% from 255) = 2.76%
R=50.75%
G=46.48%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021851100.080.950.2154.6689.6741.76
HexCAB9B085F15375a2a
Octal31227113010137256713252
Binary11001010101110011011010001011111101011101111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB90B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB90B; }

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

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

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

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

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

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

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

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