Html Css Color HEX #CAE29B Reef

📋 copy color: '#CAE29B'

red 202 ◦ green 226 ◦ blue 155

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

Shades of Reef #CAE29B

Tints of Reef #CAE29B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.77%

 BLUE value IS 155 (60.94% from 255) = 26.59%

R = 34.65%
G = 38.77%
B = 26.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#CAE29B (or 0xCAE29B) is known color: Reef. HEX triplet: CA, E2 and 9B. RGB value is (202,226,155). Sum of RGB (Red+Green+Blue) = 202+226+155=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE29B is #351D64. Grayscale: #D2D2D2. Windows color (decimal): -3480933 or 10216138. OLE color: 10216138.

HSL color Cylindrical-coordinate representation of color #CAE29B: hue angle of 80.28º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAE29B is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 226 155 -
CMYK 0.11 0 0.31 0.11
HSL 80.28º 0.55% 0.75% -
HSV(B) 80.28º 0.31% 0.89% -
XYZ 57.47 69.32 41.36 -
YUV 210.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 202 226 155 0.11 0 0.31 0.11 80.28 0.55 0.75
Hex CA E2 9B B 0 1F B 50 37 4B
Octal 312 342 233 13 0 37 13 120 67 113
Binary 11001010 11100010 10011011 1011 0 11111 1011 1010000 110111 1001011

Color Harmonies of #CAE29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE29B

Black with #CAE29B

Text Example


Text Example

White with #CAE29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE29B; }

 p { color: rgb(202,226,155); }

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

background-color css

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

 a { background-color: rgb(202,226,155); }

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

border-color css

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

 span { border-color: rgb(202,226,155); }

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