Html Css Color HEX #9CBD62 Olivine

📋 copy color: '#9CBD62'

red 156 ◦ green 189 ◦ blue 98

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

Shades of Olivine #9CBD62

Tints of Olivine #9CBD62

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 98 (38.67% from 255) = 22.12%

R = 35.21%
G = 42.66%
B = 22.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#9CBD62 (or 0x9CBD62) is known color: Olivine. HEX triplet: 9C, BD and 62. RGB value is (156,189,98). Sum of RGB (Red+Green+Blue) = 156+189+98=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD62 is #63429D. Grayscale: #A9A9A9. Windows color (decimal): -6505118 or 6471068. OLE color: 6471068.

HSL color Cylindrical-coordinate representation of color #9CBD62: hue angle of 81.76º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CBD62 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 98 -
CMYK 0.17 0 0.48 0.26
HSL 81.76º 0.41% 0.56% -
HSV(B) 81.76º 0.48% 0.74% -
XYZ 34.11 44.34 18.32 -
YUV 168.76 88.07 118.9 -
System Red Green Blue C M Y K H S L
Decimal 156 189 98 0.17 0 0.48 0.26 81.76 0.41 0.56
Hex 9C BD 62 11 0 30 1A 52 29 38
Octal 234 275 142 21 0 60 32 122 51 70
Binary 10011100 10111101 1100010 10001 0 110000 11010 1010010 101001 111000

Color Harmonies of #9CBD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD62

Black with #9CBD62

Text Example


Text Example

White with #9CBD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,98); }

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

background-color css

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

 a { background-color: rgb(156,189,98); }

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

border-color css

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

 span { border-color: rgb(156,189,98); }

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