Html Css Color HEX #CBD698 Green Mist

📋 copy color: '#CBD698'

red 203 ◦ green 214 ◦ blue 152

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

Shades of Green Mist #CBD698

Tints of Green Mist #CBD698

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.61%

 BLUE value IS 152 (59.77% from 255) = 26.71%

R = 35.68%
G = 37.61%
B = 26.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#CBD698 (or 0xCBD698) is known color: Green Mist. HEX triplet: CB, D6 and 98. RGB value is (203,214,152). Sum of RGB (Red+Green+Blue) = 203+214+152=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD698 is #342967. Grayscale: #CBCBCB. Windows color (decimal): -3418472 or 10016459. OLE color: 10016459.

HSL color Cylindrical-coordinate representation of color #CBD698: hue angle of 70.65º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBD698 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 152 -
CMYK 0.05 0 0.29 0.16
HSL 70.65º 0.43% 0.72% -
HSV(B) 70.65º 0.29% 0.84% -
XYZ 54.34 63.06 39.01 -
YUV 203.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 203 214 152 0.05 0 0.29 0.16 70.65 0.43 0.72
Hex CB D6 98 5 0 1D 10 47 2B 48
Octal 313 326 230 5 0 35 20 107 53 110
Binary 11001011 11010110 10011000 101 0 11101 10000 1000111 101011 1001000

Color Harmonies of #CBD698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD698

Black with #CBD698

Text Example


Text Example

White with #CBD698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD698; }

 p { color: rgb(203,214,152); }

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

background-color css

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

 a { background-color: rgb(203,214,152); }

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

border-color css

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

 span { border-color: rgb(203,214,152); }

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