Html Css Color HEX #CBE4B4 Tea Green

📋 copy color: '#CBE4B4'

red 203 ◦ green 228 ◦ blue 180

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

Shades of Tea Green #CBE4B4

Tints of Tea Green #CBE4B4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.32%

 BLUE value IS 180 (70.7% from 255) = 29.46%

R = 33.22%
G = 37.32%
B = 29.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#CBE4B4 (or 0xCBE4B4) is known color: Tea Green. HEX triplet: CB, E4 and B4. RGB value is (203,228,180). Sum of RGB (Red+Green+Blue) = 203+228+180=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4B4 is #341B4B. Grayscale: #D7D7D7. Windows color (decimal): -3414860 or 11855051. OLE color: 11855051.

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

Color convert

RGB 203 228 180 -
CMYK 0.11 0 0.21 0.11
HSL 91.25º 0.47% 0.8% -
HSV(B) 91.25º 0.21% 0.89% -
XYZ 60.61 71.48 53.78 -
YUV 215.05 108.22 119.4 -
System Red Green Blue C M Y K H S L
Decimal 203 228 180 0.11 0 0.21 0.11 91.25 0.47 0.8
Hex CB E4 B4 B 0 15 B 5B 2F 50
Octal 313 344 264 13 0 25 13 133 57 120
Binary 11001011 11100100 10110100 1011 0 10101 1011 1011011 101111 1010000

Color Harmonies of #CBE4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4B4

Black with #CBE4B4

Text Example


Text Example

White with #CBE4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4B4; }

 p { color: rgb(203,228,180); }

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

background-color css

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

 a { background-color: rgb(203,228,180); }

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

border-color css

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

 span { border-color: rgb(203,228,180); }

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