Html Css Color HEX #9DB652 Green Smoke

📋 copy color: '#9DB652'

red 157 ◦ green 182 ◦ blue 82

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

Shades of Green Smoke #9DB652

Tints of Green Smoke #9DB652

RGB

 RED value IS 157 (61.72% from 255) = 37.29%

 GREEN value IS 182 (71.48% from 255) = 43.23%

 BLUE value IS 82 (32.42% from 255) = 19.48%

R = 37.29%
G = 43.23%
B = 19.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#9DB652 (or 0x9DB652) is known color: Green Smoke. HEX triplet: 9D, B6 and 52. RGB value is (157,182,82). Sum of RGB (Red+Green+Blue) = 157+182+82=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB652 is #6249AD. Grayscale: #A3A3A3. Windows color (decimal): -6441390 or 5420701. OLE color: 5420701.

HSL color Cylindrical-coordinate representation of color #9DB652: hue angle of 75º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DB652 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 82 -
CMYK 0.14 0 0.55 0.29
HSL 75º 0.41% 0.52% -
HSV(B) 75º 0.55% 0.71% -
XYZ 32.16 41.23 14.25 -
YUV 163.13 82.22 123.63 -
System Red Green Blue C M Y K H S L
Decimal 157 182 82 0.14 0 0.55 0.29 75 0.41 0.52
Hex 9D B6 52 E 0 37 1D 4B 29 34
Octal 235 266 122 16 0 67 35 113 51 64
Binary 10011101 10110110 1010010 1110 0 110111 11101 1001011 101001 110100

Color Harmonies of #9DB652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB652

Black with #9DB652

Text Example


Text Example

White with #9DB652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB652; }

 p { color: rgb(157,182,82); }

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

background-color css

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

 a { background-color: rgb(157,182,82); }

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

border-color css

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

 span { border-color: rgb(157,182,82); }

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