Html Css Color HEX #99BA62 Olivine

📋 copy color: '#99BA62'

red 153 ◦ green 186 ◦ blue 98

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

Shades of Olivine #99BA62

Tints of Olivine #99BA62

RGB

 RED value IS 153 (60.16% from 255) = 35.01%

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

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

R = 35.01%
G = 42.56%
B = 22.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#99BA62 (or 0x99BA62) is known color: Olivine. HEX triplet: 99, BA and 62. RGB value is (153,186,98). Sum of RGB (Red+Green+Blue) = 153+186+98=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BA62 is #66459D. Grayscale: #A6A6A6. Windows color (decimal): -6702494 or 6470297. OLE color: 6470297.

HSL color Cylindrical-coordinate representation of color #99BA62: hue angle of 82.5º 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 #99BA62 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 186 98 -
CMYK 0.18 0 0.47 0.27
HSL 82.5º 0.39% 0.56% -
HSV(B) 82.5º 0.47% 0.73% -
XYZ 32.9 42.77 18.08 -
YUV 166.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 153 186 98 0.18 0 0.47 0.27 82.5 0.39 0.56
Hex 99 BA 62 12 0 2F 1B 52 27 38
Octal 231 272 142 22 0 57 33 122 47 70
Binary 10011001 10111010 1100010 10010 0 101111 11011 1010010 100111 111000

Color Harmonies of #99BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BA62

Black with #99BA62

Text Example


Text Example

White with #99BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BA62; }

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

 H1.HeaderClassName
 {
   color: #99BA62;
 }
 .AnyTagClassName
 {
   color: #99BA62;
 }
</style>

background-color css

<style>
 a { background-color: #99BA62; }

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

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

border-color css

<style>
 span { border-color: #99BA62; }

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

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