Html Css Color HEX #CBD498 Green Mist

📋 copy color: '#CBD498'

red 203 ◦ green 212 ◦ blue 152

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

Shades of Green Mist #CBD498

Tints of Green Mist #CBD498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.39%

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

R = 35.8%
G = 37.39%
B = 26.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#CBD498 (or 0xCBD498) is known color: Green Mist. HEX triplet: CB, D4 and 98. RGB value is (203,212,152). Sum of RGB (Red+Green+Blue) = 203+212+152=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD498 is #342B67. Grayscale: #CACACA. Windows color (decimal): -3418984 or 10015947. OLE color: 10015947.

HSL color Cylindrical-coordinate representation of color #CBD498: hue angle of 69º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBD498 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 212 152 -
CMYK 0.04 0 0.28 0.17
HSL 69º 0.41% 0.71% -
HSV(B) 69º 0.28% 0.83% -
XYZ 53.84 62.05 38.85 -
YUV 202.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 203 212 152 0.04 0 0.28 0.17 69 0.41 0.71
Hex CB D4 98 4 0 1C 11 45 29 47
Octal 313 324 230 4 0 34 21 105 51 107
Binary 11001011 11010100 10011000 100 0 11100 10001 1000101 101001 1000111

Color Harmonies of #CBD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD498

Black with #CBD498

Text Example


Text Example

White with #CBD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD498; }

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

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

background-color css

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

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

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

border-color css

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

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

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