Html Css Color HEX #CBCC9B Green Mist

📋 copy color: '#CBCC9B'

red 203 ◦ green 204 ◦ blue 155

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

Shades of Green Mist #CBCC9B

Tints of Green Mist #CBCC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.3%

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

R = 36.12%
G = 36.3%
B = 27.58%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CBCC9B (or 0xCBCC9B) is known color: Green Mist. HEX triplet: CB, CC and 9B. RGB value is (203,204,155). Sum of RGB (Red+Green+Blue) = 203+204+155=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCC9B is #343364. Grayscale: #C6C6C6. Windows color (decimal): -3421029 or 10210507. OLE color: 10210507.

HSL color Cylindrical-coordinate representation of color #CBCC9B: hue angle of 61.22º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBCC9B is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 204 155 -
CMYK 0.00 0 0.24 0.2
HSL 61.22º 0.32% 0.7% -
HSV(B) 61.22º 0.24% 0.8% -
XYZ 52.14 58.25 39.51 -
YUV 198.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 203 204 155 0.00 0 0.24 0.2 61.22 0.32 0.7
Hex CB CC 9B 0 0 18 14 3D 20 46
Octal 313 314 233 0 0 30 24 75 40 106
Binary 11001011 11001100 10011011 0 0 11000 10100 111101 100000 1000110

Color Harmonies of #CBCC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC9B

Black with #CBCC9B

Text Example


Text Example

White with #CBCC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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