Html Css Color HEX #CBD89E Pale Leaf

📋 copy color: '#CBD89E'

red 203 ◦ green 216 ◦ blue 158

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

Shades of Pale Leaf #CBD89E

Tints of Pale Leaf #CBD89E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.44%

 BLUE value IS 158 (62.11% from 255) = 27.38%

R = 35.18%
G = 37.44%
B = 27.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#CBD89E (or 0xCBD89E) is known color: Pale Leaf. HEX triplet: CB, D8 and 9E. RGB value is (203,216,158). Sum of RGB (Red+Green+Blue) = 203+216+158=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD89E is #342761. Grayscale: #CDCDCD. Windows color (decimal): -3417954 or 10410187. OLE color: 10410187.

HSL color Cylindrical-coordinate representation of color #CBD89E: hue angle of 73.45º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBD89E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 216 158 -
CMYK 0.06 0 0.27 0.15
HSL 73.45º 0.43% 0.73% -
HSV(B) 73.45º 0.27% 0.85% -
XYZ 55.36 64.28 41.84 -
YUV 205.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 203 216 158 0.06 0 0.27 0.15 73.45 0.43 0.73
Hex CB D8 9E 6 0 1B F 49 2B 49
Octal 313 330 236 6 0 33 17 111 53 111
Binary 11001011 11011000 10011110 110 0 11011 1111 1001001 101011 1001001

Color Harmonies of #CBD89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD89E

Black with #CBD89E

Text Example


Text Example

White with #CBD89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD89E; }

 p { color: rgb(203,216,158); }

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

background-color css

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

 a { background-color: rgb(203,216,158); }

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

border-color css

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

 span { border-color: rgb(203,216,158); }

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