#CABE75

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

Shades of Yuma #CABE75

Tints of Yuma #CABE75

Color information

#CABE75 (or 0xCABE75) is unknown color: approx Yuma. HEX triplet: CA, BE and 75. RGB value is (202,190,117). Sum of RGB (Red+Green+Blue) = 202+190+117=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE75 is #35418A. Grayscale: #B9B9B9. Windows color (decimal): -3490187 or 7716554. OLE color: 7716554.

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

Color convert

RGB202190117-
CMYK00.060.420.21
HSL51.53º44.5%62.55%-
HSV(B)51.53º42.08%79.22%-
XYZ45.9850.6724.19-
YUV185.2789.48139.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=39.69%
G=37.33%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219011700.060.420.2151.5344.562.55
HexCABE75062A15342d3f
Octal312276165065225645577
Binary11001010101111101110101011010101010101110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE75; }

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

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

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

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

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

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

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

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