Html Css Color HEX #CBE2AB Reef

📋 copy color: '#CBE2AB'

red 203 ◦ green 226 ◦ blue 171

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

Shades of Reef #CBE2AB

Tints of Reef #CBE2AB

RGB

 RED value IS 203 (79.69% from 255) = 33.83%

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

 BLUE value IS 171 (67.19% from 255) = 28.5%

R = 33.83%
G = 37.67%
B = 28.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#CBE2AB (or 0xCBE2AB) is known color: Reef. HEX triplet: CB, E2 and AB. RGB value is (203,226,171). Sum of RGB (Red+Green+Blue) = 203+226+171=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE2AB is #341D54. Grayscale: #D5D5D5. Windows color (decimal): -3415381 or 11264715. OLE color: 11264715.

HSL color Cylindrical-coordinate representation of color #CBE2AB: hue angle of 85.09º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBE2AB is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 171 -
CMYK 0.10 0 0.24 0.11
HSL 85.09º 0.49% 0.78% -
HSV(B) 85.09º 0.24% 0.89% -
XYZ 59.18 70.03 48.93 -
YUV 212.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 203 226 171 0.10 0 0.24 0.11 85.09 0.49 0.78
Hex CB E2 AB A 0 18 B 55 31 4E
Octal 313 342 253 12 0 30 13 125 61 116
Binary 11001011 11100010 10101011 1010 0 11000 1011 1010101 110001 1001110

Color Harmonies of #CBE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2AB

Black with #CBE2AB

Text Example


Text Example

White with #CBE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2AB; }

 p { color: rgb(203,226,171); }

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

background-color css

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

 a { background-color: rgb(203,226,171); }

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

border-color css

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

 span { border-color: rgb(203,226,171); }

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