Html Css Color HEX #9CAF4B Green Smoke

📋 copy color: '#9CAF4B'

red 156 ◦ green 175 ◦ blue 75

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

Shades of Green Smoke #9CAF4B

Tints of Green Smoke #9CAF4B

RGB

 RED value IS 156 (61.33% from 255) = 38.42%

 GREEN value IS 175 (68.75% from 255) = 43.1%

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 38.42%
G = 43.1%
B = 18.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#9CAF4B (or 0x9CAF4B) is known color: Green Smoke. HEX triplet: 9C, AF and 4B. RGB value is (156,175,75). Sum of RGB (Red+Green+Blue) = 156+175+75=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAF4B is #6350B4. Grayscale: #9E9E9E. Windows color (decimal): -6508725 or 4960156. OLE color: 4960156.

HSL color Cylindrical-coordinate representation of color #9CAF4B: hue angle of 71.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CAF4B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 175 75 -
CMYK 0.11 0 0.57 0.31
HSL 71.4º 0.4% 0.49% -
HSV(B) 71.4º 0.57% 0.69% -
XYZ 30.31 38.24 12.44 -
YUV 157.92 81.21 126.63 -
System Red Green Blue C M Y K H S L
Decimal 156 175 75 0.11 0 0.57 0.31 71.4 0.4 0.49
Hex 9C AF 4B B 0 39 1F 47 28 31
Octal 234 257 113 13 0 71 37 107 50 61
Binary 10011100 10101111 1001011 1011 0 111001 11111 1000111 101000 110001

Color Harmonies of #9CAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAF4B

Black with #9CAF4B

Text Example


Text Example

White with #9CAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,175,75); }

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

background-color css

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

 a { background-color: rgb(156,175,75); }

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

border-color css

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

 span { border-color: rgb(156,175,75); }

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