Html Css Color HEX #CABF4A Old Gold

📋 copy color: '#CABF4A'

red 202 ◦ green 191 ◦ blue 74

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

Shades of Old Gold #CABF4A

Tints of Old Gold #CABF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 40.9%

 BLUE value IS 74 (29.3% from 255) = 15.85%

R = 43.25%
G = 40.9%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CABF4A (or 0xCABF4A) is known color: Old Gold. HEX triplet: CA, BF and 4A. RGB value is (202,191,74). Sum of RGB (Red+Green+Blue) = 202+191+74=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABF4A is #3540B5. Grayscale: #B5B5B5. Windows color (decimal): -3489974 or 4898762. OLE color: 4898762.

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

Color convert

RGB 202 191 74 -
CMYK 0 0.05 0.63 0.21
HSL 54.84º 0.55% 0.54% -
HSV(B) 54.84º 0.63% 0.79% -
XYZ 44.22 50.31 13.86 -
YUV 180.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 202 191 74 0 0.05 0.63 0.21 54.84 0.55 0.54
Hex CA BF 4A 0 5 3F 15 37 37 36
Octal 312 277 112 0 5 77 25 67 67 66
Binary 11001010 10111111 1001010 0 101 111111 10101 110111 110111 110110

Color Harmonies of #CABF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABF4A

Black with #CABF4A

Text Example


Text Example

White with #CABF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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