Html Css Color HEX #9CA289 Bud

📋 copy color: '#9CA289'

red 156 ◦ green 162 ◦ blue 137

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

Shades of Bud #9CA289

Tints of Bud #9CA289

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.6%

 BLUE value IS 137 (53.91% from 255) = 30.11%

R = 34.29%
G = 35.6%
B = 30.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#9CA289 (or 0x9CA289) is known color: Bud. HEX triplet: 9C, A2 and 89. RGB value is (156,162,137). Sum of RGB (Red+Green+Blue) = 156+162+137=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA289 is #635D76. Grayscale: #9D9D9D. Windows color (decimal): -6511991 or 9020060. OLE color: 9020060.

HSL color Cylindrical-coordinate representation of color #9CA289: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CA289 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 137 -
CMYK 0.04 0 0.15 0.36
HSL 74.4º 0.12% 0.59% -
HSV(B) 74.4º 0.15% 0.64% -
XYZ 31.15 34.71 28.73 -
YUV 157.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 156 162 137 0.04 0 0.15 0.36 74.4 0.12 0.59
Hex 9C A2 89 4 0 F 24 4A C 3B
Octal 234 242 211 4 0 17 44 112 14 73
Binary 10011100 10100010 10001001 100 0 1111 100100 1001010 1100 111011

Color Harmonies of #9CA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA289

Black with #9CA289

Text Example


Text Example

White with #9CA289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,162,137); }

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

background-color css

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

 a { background-color: rgb(156,162,137); }

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

border-color css

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

 span { border-color: rgb(156,162,137); }

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