Html Css Color HEX #99BC7B Olivine

📋 copy color: '#99BC7B'

red 153 ◦ green 188 ◦ blue 123

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

Shades of Olivine #99BC7B

Tints of Olivine #99BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 32.97%
G = 40.52%
B = 26.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#99BC7B (or 0x99BC7B) is known color: Olivine. HEX triplet: 99, BC and 7B. RGB value is (153,188,123). Sum of RGB (Red+Green+Blue) = 153+188+123=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC7B is #664384. Grayscale: #AAAAAA. Windows color (decimal): -6701957 or 8109209. OLE color: 8109209.

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

Color convert

RGB 153 188 123 -
CMYK 0.19 0 0.35 0.26
HSL 92.31º 0.33% 0.61% -
HSV(B) 92.31º 0.35% 0.74% -
XYZ 34.7 44.17 25.44 -
YUV 170.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 153 188 123 0.19 0 0.35 0.26 92.31 0.33 0.61
Hex 99 BC 7B 13 0 23 1A 5C 21 3D
Octal 231 274 173 23 0 43 32 134 41 75
Binary 10011001 10111100 1111011 10011 0 100011 11010 1011100 100001 111101

Color Harmonies of #99BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC7B

Black with #99BC7B

Text Example


Text Example

White with #99BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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