Html Css Color HEX #99BC67 Olivine

📋 copy color: '#99BC67'

red 153 ◦ green 188 ◦ blue 103

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

Shades of Olivine #99BC67

Tints of Olivine #99BC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

 BLUE value IS 103 (40.63% from 255) = 23.2%

R = 34.46%
G = 42.34%
B = 23.2%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#99BC67 (or 0x99BC67) is known color: Olivine. HEX triplet: 99, BC and 67. RGB value is (153,188,103). Sum of RGB (Red+Green+Blue) = 153+188+103=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC67 is #664398. Grayscale: #A8A8A8. Windows color (decimal): -6701977 or 6798489. OLE color: 6798489.

HSL color Cylindrical-coordinate representation of color #99BC67: hue angle of 84.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99BC67 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 103 -
CMYK 0.19 0 0.45 0.26
HSL 84.71º 0.39% 0.57% -
HSV(B) 84.71º 0.45% 0.74% -
XYZ 33.57 43.72 19.5 -
YUV 167.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 153 188 103 0.19 0 0.45 0.26 84.71 0.39 0.57
Hex 99 BC 67 13 0 2D 1A 55 27 39
Octal 231 274 147 23 0 55 32 125 47 71
Binary 10011001 10111100 1100111 10011 0 101101 11010 1010101 100111 111001

Color Harmonies of #99BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC67

Black with #99BC67

Text Example


Text Example

White with #99BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,103); }

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

background-color css

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

 a { background-color: rgb(153,188,103); }

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

border-color css

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

 span { border-color: rgb(153,188,103); }

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