Html Css Color HEX #CABF40 Old Gold

📋 copy color: '#CABF40'

red 202 ◦ green 191 ◦ blue 64

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

Shades of Old Gold #CABF40

Tints of Old Gold #CABF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14%

R = 44.2%
G = 41.79%
B = 14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CABF40 (or 0xCABF40) is known color: Old Gold. HEX triplet: CA, BF and 40. RGB value is (202,191,64). Sum of RGB (Red+Green+Blue) = 202+191+64=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABF40 is #3540BF. Grayscale: #B4B4B4. Windows color (decimal): -3489984 or 4243402. OLE color: 4243402.

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

Color convert

RGB 202 191 64 -
CMYK 0 0.05 0.68 0.21
HSL 55.22º 0.57% 0.52% -
HSV(B) 55.22º 0.68% 0.79% -
XYZ 43.91 50.19 12.22 -
YUV 179.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 202 191 64 0 0.05 0.68 0.21 55.22 0.57 0.52
Hex CA BF 40 0 5 44 15 37 39 34
Octal 312 277 100 0 5 104 25 67 71 64
Binary 11001010 10111111 1000000 0 101 1000100 10101 110111 111001 110100

Color Harmonies of #CABF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABF40

Black with #CABF40

Text Example


Text Example

White with #CABF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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