#cabe2e

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

Shades of Old Gold #CABE2E

Tints of Old Gold #CABE2E

Color information

#CABE2E (or 0xCABE2E) is unknown color: approx Old Gold. HEX triplet: CA, BE and 2E. RGB value is (202,190,46). Sum of RGB (Red+Green+Blue) = 202+190+46=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE2E is #3541D1. Grayscale: #B1B1B1. Windows color (decimal): -3490258 or 3063498. OLE color: 3063498.

HSL color Cylindrical-coordinate representation of color #CABE2E: hue angle of 55.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CABE2E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20219046-
CMYK00.060.770.21
HSL55.38º62.9%48.63%-
HSV(B)55.38º77.23%79.22%-
XYZ43.2649.589.87-
YUV177.1753.98145.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 46 (18.36% from 255) = 10.50%
R=46.12%
G=43.38%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021904600.060.770.2155.3862.948.63
HexCABE2E064D15373f31
Octal312276560611525677761
Binary11001010101111101011100110100110110101110111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cabe2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cabe2e; }

 p { color: rgb(202,190,46); }

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

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

 a { background-color: rgb(202,190,46); }

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

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

 span { border-color: rgb(202,190,46); }

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