Html Css Color HEX #CBD195 Green Mist

📋 copy color: '#CBD195'

red 203 ◦ green 209 ◦ blue 149

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

Shades of Green Mist #CBD195

Tints of Green Mist #CBD195

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

 BLUE value IS 149 (58.59% from 255) = 26.56%

R = 36.19%
G = 37.25%
B = 26.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#CBD195 (or 0xCBD195) is known color: Green Mist. HEX triplet: CB, D1 and 95. RGB value is (203,209,149). Sum of RGB (Red+Green+Blue) = 203+209+149=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD195 is #342E6A. Grayscale: #C8C8C8. Windows color (decimal): -3419755 or 9818571. OLE color: 9818571.

HSL color Cylindrical-coordinate representation of color #CBD195: hue angle of 66º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBD195 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 209 149 -
CMYK 0.03 0 0.29 0.18
HSL 66º 0.39% 0.7% -
HSV(B) 66º 0.29% 0.82% -
XYZ 52.85 60.47 37.32 -
YUV 200.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 203 209 149 0.03 0 0.29 0.18 66 0.39 0.7
Hex CB D1 95 3 0 1D 12 42 27 46
Octal 313 321 225 3 0 35 22 102 47 106
Binary 11001011 11010001 10010101 11 0 11101 10010 1000010 100111 1000110

Color Harmonies of #CBD195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD195

Black with #CBD195

Text Example


Text Example

White with #CBD195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD195; }

 p { color: rgb(203,209,149); }

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

background-color css

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

 a { background-color: rgb(203,209,149); }

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

border-color css

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

 span { border-color: rgb(203,209,149); }

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