Html Css Color HEX #9BBA62 Olivine

📋 copy color: '#9BBA62'

red 155 ◦ green 186 ◦ blue 98

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

Shades of Olivine #9BBA62

Tints of Olivine #9BBA62

RGB

 RED value IS 155 (60.94% from 255) = 35.31%

 GREEN value IS 186 (73.05% from 255) = 42.37%

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

R = 35.31%
G = 42.37%
B = 22.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#9BBA62 (or 0x9BBA62) is known color: Olivine. HEX triplet: 9B, BA and 62. RGB value is (155,186,98). Sum of RGB (Red+Green+Blue) = 155+186+98=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA62 is #64459D. Grayscale: #A7A7A7. Windows color (decimal): -6571422 or 6470299. OLE color: 6470299.

HSL color Cylindrical-coordinate representation of color #9BBA62: hue angle of 81.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BBA62 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 186 98 -
CMYK 0.17 0 0.47 0.27
HSL 81.14º 0.39% 0.56% -
HSV(B) 81.14º 0.47% 0.73% -
XYZ 33.28 42.97 18.09 -
YUV 166.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 155 186 98 0.17 0 0.47 0.27 81.14 0.39 0.56
Hex 9B BA 62 11 0 2F 1B 51 27 38
Octal 233 272 142 21 0 57 33 121 47 70
Binary 10011011 10111010 1100010 10001 0 101111 11011 1010001 100111 111000

Color Harmonies of #9BBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA62

Black with #9BBA62

Text Example


Text Example

White with #9BBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,186,98); }

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

background-color css

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

 a { background-color: rgb(155,186,98); }

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

border-color css

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

 span { border-color: rgb(155,186,98); }

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