Html Css Color HEX #CAE896 Reef

📋 copy color: '#CAE896'

red 202 ◦ green 232 ◦ blue 150

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

Shades of Reef #CAE896

Tints of Reef #CAE896

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.73%

 BLUE value IS 150 (58.98% from 255) = 25.68%

R = 34.59%
G = 39.73%
B = 25.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#CAE896 (or 0xCAE896) is known color: Reef. HEX triplet: CA, E8 and 96. RGB value is (202,232,150). Sum of RGB (Red+Green+Blue) = 202+232+150=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE896 is #351769. Grayscale: #D5D5D5. Windows color (decimal): -3479402 or 9889994. OLE color: 9889994.

HSL color Cylindrical-coordinate representation of color #CAE896: hue angle of 81.95º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE896 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 150 -
CMYK 0.13 0 0.35 0.09
HSL 81.95º 0.64% 0.75% -
HSV(B) 81.95º 0.35% 0.91% -
XYZ 58.72 72.47 39.75 -
YUV 213.68 92.06 119.67 -
System Red Green Blue C M Y K H S L
Decimal 202 232 150 0.13 0 0.35 0.09 81.95 0.64 0.75
Hex CA E8 96 D 0 23 9 52 40 4B
Octal 312 350 226 15 0 43 11 122 100 113
Binary 11001010 11101000 10010110 1101 0 100011 1001 1010010 1000000 1001011

Color Harmonies of #CAE896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE896

Black with #CAE896

Text Example


Text Example

White with #CAE896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE896; }

 p { color: rgb(202,232,150); }

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

background-color css

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

 a { background-color: rgb(202,232,150); }

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

border-color css

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

 span { border-color: rgb(202,232,150); }

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