Html Css Color HEX #CABF49 Old Gold

📋 copy color: '#CABF49'

red 202 ◦ green 191 ◦ blue 73

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

Shades of Old Gold #CABF49

Tints of Old Gold #CABF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.67%

R = 43.35%
G = 40.99%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CABF49 (or 0xCABF49) is known color: Old Gold. HEX triplet: CA, BF and 49. RGB value is (202,191,73). Sum of RGB (Red+Green+Blue) = 202+191+73=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABF49 is #3540B6. Grayscale: #B5B5B5. Windows color (decimal): -3489975 or 4833226. OLE color: 4833226.

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

Color convert

RGB 202 191 73 -
CMYK 0 0.05 0.64 0.21
HSL 54.88º 0.55% 0.54% -
HSV(B) 54.88º 0.64% 0.79% -
XYZ 44.19 50.3 13.68 -
YUV 180.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 202 191 73 0 0.05 0.64 0.21 54.88 0.55 0.54
Hex CA BF 49 0 5 40 15 37 37 36
Octal 312 277 111 0 5 100 25 67 67 66
Binary 11001010 10111111 1001001 0 101 1000000 10101 110111 110111 110110

Color Harmonies of #CABF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABF49

Black with #CABF49

Text Example


Text Example

White with #CABF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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