Html Css Color HEX #9CA54B Green Smoke

📋 copy color: '#9CA54B'

red 156 ◦ green 165 ◦ blue 75

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

Shades of Green Smoke #9CA54B

Tints of Green Smoke #9CA54B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

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

R = 39.39%
G = 41.67%
B = 18.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#9CA54B (or 0x9CA54B) is known color: Green Smoke. HEX triplet: 9C, A5 and 4B. RGB value is (156,165,75). Sum of RGB (Red+Green+Blue) = 156+165+75=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA54B is #635AB4. Grayscale: #989898. Windows color (decimal): -6511285 or 4957596. OLE color: 4957596.

HSL color Cylindrical-coordinate representation of color #9CA54B: hue angle of 66º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CA54B is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 75 -
CMYK 0.05 0 0.55 0.35
HSL 66º 0.38% 0.47% -
HSV(B) 66º 0.55% 0.65% -
XYZ 28.44 34.49 11.81 -
YUV 152.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 156 165 75 0.05 0 0.55 0.35 66 0.38 0.47
Hex 9C A5 4B 5 0 37 23 42 26 2F
Octal 234 245 113 5 0 67 43 102 46 57
Binary 10011100 10100101 1001011 101 0 110111 100011 1000010 100110 101111

Color Harmonies of #9CA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA54B

Black with #9CA54B

Text Example


Text Example

White with #9CA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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