Html Css Color HEX #CBE2BC Tea Green

📋 copy color: '#CBE2BC'

red 203 ◦ green 226 ◦ blue 188

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

Shades of Tea Green #CBE2BC

Tints of Tea Green #CBE2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.47%

R = 32.9%
G = 36.63%
B = 30.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#CBE2BC (or 0xCBE2BC) is known color: Tea Green. HEX triplet: CB, E2 and BC. RGB value is (203,226,188). Sum of RGB (Red+Green+Blue) = 203+226+188=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2BC is #341D43. Grayscale: #D6D6D6. Windows color (decimal): -3415364 or 12378827. OLE color: 12378827.

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

Color convert

RGB 203 226 188 -
CMYK 0.10 0 0.17 0.11
HSL 96.32º 0.4% 0.81% -
HSV(B) 96.32º 0.17% 0.89% -
XYZ 60.9 70.72 58.02 -
YUV 214.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 203 226 188 0.10 0 0.17 0.11 96.32 0.4 0.81
Hex CB E2 BC A 0 11 B 60 28 51
Octal 313 342 274 12 0 21 13 140 50 121
Binary 11001011 11100010 10111100 1010 0 10001 1011 1100000 101000 1010001

Color Harmonies of #CBE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2BC

Black with #CBE2BC

Text Example


Text Example

White with #CBE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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