Html Css Color HEX #CBD89B Pale Leaf

📋 copy color: '#CBD89B'

red 203 ◦ green 216 ◦ blue 155

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

Shades of Pale Leaf #CBD89B

Tints of Pale Leaf #CBD89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27%

R = 35.37%
G = 37.63%
B = 27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CBD89B (or 0xCBD89B) is known color: Pale Leaf. HEX triplet: CB, D8 and 9B. RGB value is (203,216,155). Sum of RGB (Red+Green+Blue) = 203+216+155=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD89B is #342764. Grayscale: #CDCDCD. Windows color (decimal): -3417957 or 10213579. OLE color: 10213579.

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

Color convert

RGB 203 216 155 -
CMYK 0.06 0 0.28 0.15
HSL 72.79º 0.44% 0.73% -
HSV(B) 72.79º 0.28% 0.85% -
XYZ 55.1 64.17 40.49 -
YUV 205.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 203 216 155 0.06 0 0.28 0.15 72.79 0.44 0.73
Hex CB D8 9B 6 0 1C F 49 2C 49
Octal 313 330 233 6 0 34 17 111 54 111
Binary 11001011 11011000 10011011 110 0 11100 1111 1001001 101100 1001001

Color Harmonies of #CBD89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD89B

Black with #CBD89B

Text Example


Text Example

White with #CBD89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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