#CABE7A

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

Shades of Yuma #CABE7A

Tints of Yuma #CABE7A

Color information

#CABE7A (or 0xCABE7A) is unknown color: approx Yuma. HEX triplet: CA, BE and 7A. RGB value is (202,190,122). Sum of RGB (Red+Green+Blue) = 202+190+122=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE7A is #354185. Grayscale: #BABABA. Windows color (decimal): -3490182 or 8044234. OLE color: 8044234.

HSL color Cylindrical-coordinate representation of color #CABE7A: hue angle of 51º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CABE7A is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202190122-
CMYK00.060.400.21
HSL51º43.01%63.53%-
HSV(B)51º39.6%79.22%-
XYZ46.2850.7925.78-
YUV185.8491.98139.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 122 (48.05% from 255) = 23.74%
R=39.30%
G=36.96%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219012200.060.400.215143.0163.53
HexCABE7A062815332b40
Octal3122761720650256353100
Binary110010101011111011110100110101000101011100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE7A; }

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

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

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

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

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

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

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

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