Html Css Color HEX #CABE32 Old Gold

📋 copy color: '#CABE32'

red 202 ◦ green 190 ◦ blue 50

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

Shades of Old Gold #CABE32

Tints of Old Gold #CABE32

RGB

 RED value IS 202 (79.3% from 255) = 45.7%

 GREEN value IS 190 (74.61% from 255) = 42.99%

 BLUE value IS 50 (19.92% from 255) = 11.31%

R = 45.7%
G = 42.99%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CABE32 (or 0xCABE32) is known color: Old Gold. HEX triplet: CA, BE and 32. RGB value is (202,190,50). Sum of RGB (Red+Green+Blue) = 202+190+50=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABE32 is #3541CD. Grayscale: #B2B2B2. Windows color (decimal): -3490254 or 3325642. OLE color: 3325642.

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

Color convert

RGB 202 190 50 -
CMYK 0 0.06 0.75 0.21
HSL 55.26º 0.6% 0.49% -
HSV(B) 55.26º 0.75% 0.79% -
XYZ 43.35 49.61 10.31 -
YUV 177.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 202 190 50 0 0.06 0.75 0.21 55.26 0.6 0.49
Hex CA BE 32 0 6 4B 15 37 3C 31
Octal 312 276 62 0 6 113 25 67 74 61
Binary 11001010 10111110 110010 0 110 1001011 10101 110111 111100 110001

Color Harmonies of #CABE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABE32

Black with #CABE32

Text Example


Text Example

White with #CABE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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