Html Css Color HEX #CBC992 Green Mist

📋 copy color: '#CBC992'

red 203 ◦ green 201 ◦ blue 146

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

Shades of Green Mist #CBC992

Tints of Green Mist #CBC992

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.55%

 BLUE value IS 146 (57.42% from 255) = 26.55%

R = 36.91%
G = 36.55%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CBC992 (or 0xCBC992) is known color: Green Mist. HEX triplet: CB, C9 and 92. RGB value is (203,201,146). Sum of RGB (Red+Green+Blue) = 203+201+146=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC992 is #34366D. Grayscale: #C3C3C3. Windows color (decimal): -3421806 or 9619915. OLE color: 9619915.

HSL color Cylindrical-coordinate representation of color #CBC992: hue angle of 57.89º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBC992 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 201 146 -
CMYK 0 0.01 0.28 0.20
HSL 57.89º 0.35% 0.68% -
HSV(B) 57.89º 0.28% 0.8% -
XYZ 50.7 56.55 35.44 -
YUV 195.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 203 201 146 0 0.01 0.28 0.20 57.89 0.35 0.68
Hex CB C9 92 0 1 1C 14 3A 23 44
Octal 313 311 222 0 1 34 24 72 43 104
Binary 11001011 11001001 10010010 0 1 11100 10100 111010 100011 1000100

Color Harmonies of #CBC992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC992

Black with #CBC992

Text Example


Text Example

White with #CBC992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC992; }

 p { color: rgb(203,201,146); }

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

background-color css

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

 a { background-color: rgb(203,201,146); }

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

border-color css

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

 span { border-color: rgb(203,201,146); }

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