Html Css Color HEX #CBD296 Green Mist

📋 copy color: '#CBD296'

red 203 ◦ green 210 ◦ blue 150

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

Shades of Green Mist #CBD296

Tints of Green Mist #CBD296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.3%

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 36.06%
G = 37.3%
B = 26.64%

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

#CBD296 (or 0xCBD296) is known color: Green Mist. HEX triplet: CB, D2 and 96. RGB value is (203,210,150). Sum of RGB (Red+Green+Blue) = 203+210+150=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD296 is #342D69. Grayscale: #C9C9C9. Windows color (decimal): -3419498 or 9884363. OLE color: 9884363.

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

Color convert

RGB 203 210 150 -
CMYK 0.03 0 0.29 0.18
HSL 67º 0.4% 0.71% -
HSV(B) 67º 0.29% 0.82% -
XYZ 53.18 60.99 37.82 -
YUV 201.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 203 210 150 0.03 0 0.29 0.18 67 0.4 0.71
Hex CB D2 96 3 0 1D 12 43 28 47
Octal 313 322 226 3 0 35 22 103 50 107
Binary 11001011 11010010 10010110 11 0 11101 10010 1000011 101000 1000111

Color Harmonies of #CBD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD296

Black with #CBD296

Text Example


Text Example

White with #CBD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD296; }

 p { color: rgb(203,210,150); }

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

background-color css

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

 a { background-color: rgb(203,210,150); }

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

border-color css

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

 span { border-color: rgb(203,210,150); }

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