Html Css Color HEX #CBE6BD Tea Green

📋 copy color: '#CBE6BD'

red 203 ◦ green 230 ◦ blue 189

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

Shades of Tea Green #CBE6BD

Tints of Tea Green #CBE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.98%

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

R = 32.64%
G = 36.98%
B = 30.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#CBE6BD (or 0xCBE6BD) is known color: Tea Green. HEX triplet: CB, E6 and BD. RGB value is (203,230,189). Sum of RGB (Red+Green+Blue) = 203+230+189=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6BD is #341942. Grayscale: #D9D9D9. Windows color (decimal): -3414339 or 12445387. OLE color: 12445387.

HSL color Cylindrical-coordinate representation of color #CBE6BD: hue angle of 99.51º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE6BD is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 189 -
CMYK 0.12 0 0.18 0.10
HSL 99.51º 0.45% 0.82% -
HSV(B) 99.51º 0.18% 0.9% -
XYZ 62.11 72.96 58.95 -
YUV 217.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 203 230 189 0.12 0 0.18 0.10 99.51 0.45 0.82
Hex CB E6 BD C 0 12 A 64 2D 52
Octal 313 346 275 14 0 22 12 144 55 122
Binary 11001011 11100110 10111101 1100 0 10010 1010 1100100 101101 1010010

Color Harmonies of #CBE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6BD

Black with #CBE6BD

Text Example


Text Example

White with #CBE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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