Html Css Color HEX #CBE9BD Tea Green

📋 copy color: '#CBE9BD'

red 203 ◦ green 233 ◦ blue 189

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

Shades of Tea Green #CBE9BD

Tints of Tea Green #CBE9BD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.28%

 BLUE value IS 189 (74.22% from 255) = 30.24%

R = 32.48%
G = 37.28%
B = 30.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#CBE9BD (or 0xCBE9BD) is known color: Tea Green. HEX triplet: CB, E9 and BD. RGB value is (203,233,189). Sum of RGB (Red+Green+Blue) = 203+233+189=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9BD is #341642. Grayscale: #DBDBDB. Windows color (decimal): -3413571 or 12446155. OLE color: 12446155.

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

Color convert

RGB 203 233 189 -
CMYK 0.13 0 0.19 0.09
HSL 100.91º 0.5% 0.83% -
HSV(B) 100.91º 0.19% 0.91% -
XYZ 62.95 74.65 59.23 -
YUV 219.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 203 233 189 0.13 0 0.19 0.09 100.91 0.5 0.83
Hex CB E9 BD D 0 13 9 65 32 53
Octal 313 351 275 15 0 23 11 145 62 123
Binary 11001011 11101001 10111101 1101 0 10011 1001 1100101 110010 1010011

Color Harmonies of #CBE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE9BD

Black with #CBE9BD

Text Example


Text Example

White with #CBE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE9BD; }

 p { color: rgb(203,233,189); }

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

background-color css

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

 a { background-color: rgb(203,233,189); }

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

border-color css

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

 span { border-color: rgb(203,233,189); }

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