#cabf44

Color #CABF44 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CABF44

Tints of Old Gold #CABF44

Color information

#CABF44 (or 0xCABF44) is unknown color: approx Old Gold. HEX triplet: CA, BF and 44. RGB value is (202,191,68). Sum of RGB (Red+Green+Blue) = 202+191+68=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABF44 is #3540BB. Grayscale: #B4B4B4. Windows color (decimal): -3489980 or 4505546. OLE color: 4505546.

HSL color Cylindrical-coordinate representation of color #CABF44: hue angle of 55.07º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CABF44 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20219168-
CMYK00.050.660.21
HSL55.07º55.83%52.94%-
HSV(B)55.07º66.34%79.22%-
XYZ44.0350.2412.84-
YUV180.2764.64143.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 68 (26.95% from 255) = 14.75%
R=43.82%
G=41.43%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021916800.050.660.2155.0755.8352.94
HexCABF44054215373835
Octal3122771040510225677065
Binary110010101011111110001000101100001010101110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cabf44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cabf44; }

 p { color: rgb(202,191,68); }

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

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

 a { background-color: rgb(202,191,68); }

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

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

 span { border-color: rgb(202,191,68); }

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