Html Css Color HEX #CABE7D Yuma

📋 copy color: '#CABE7D'

red 202 ◦ green 190 ◦ blue 125

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

Shades of Yuma #CABE7D

Tints of Yuma #CABE7D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 39.07%
G = 36.75%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CABE7D (or 0xCABE7D) is known color: Yuma. HEX triplet: CA, BE and 7D. RGB value is (202,190,125). Sum of RGB (Red+Green+Blue) = 202+190+125=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABE7D is #354182. Grayscale: #BABABA. Windows color (decimal): -3490179 or 8240842. OLE color: 8240842.

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

Color convert

RGB 202 190 125 -
CMYK 0 0.06 0.38 0.21
HSL 50.65º 0.42% 0.64% -
HSV(B) 50.65º 0.38% 0.79% -
XYZ 46.47 50.86 26.77 -
YUV 186.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 202 190 125 0 0.06 0.38 0.21 50.65 0.42 0.64
Hex CA BE 7D 0 6 26 15 33 2A 40
Octal 312 276 175 0 6 46 25 63 52 100
Binary 11001010 10111110 1111101 0 110 100110 10101 110011 101010 1000000

Color Harmonies of #CABE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABE7D

Black with #CABE7D

Text Example


Text Example

White with #CABE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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