Html Css Color HEX #94BB82 Olivine

📋 copy color: '#94BB82'

red 148 ◦ green 187 ◦ blue 130

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

Shades of Olivine #94BB82

Tints of Olivine #94BB82

RGB

 RED value IS 148 (58.2% from 255) = 31.83%

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 31.83%
G = 40.22%
B = 27.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#94BB82 (or 0x94BB82) is known color: Olivine. HEX triplet: 94, BB and 82. RGB value is (148,187,130). Sum of RGB (Red+Green+Blue) = 148+187+130=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB82 is #6B447D. Grayscale: #A9A9A9. Windows color (decimal): -7029886 or 8567700. OLE color: 8567700.

HSL color Cylindrical-coordinate representation of color #94BB82: hue angle of 101.05º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94BB82 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 187 130 -
CMYK 0.21 0 0.30 0.27
HSL 101.05º 0.3% 0.62% -
HSV(B) 101.05º 0.3% 0.73% -
XYZ 34.01 43.45 27.71 -
YUV 168.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 148 187 130 0.21 0 0.30 0.27 101.05 0.3 0.62
Hex 94 BB 82 15 0 1E 1B 65 1E 3E
Octal 224 273 202 25 0 36 33 145 36 76
Binary 10010100 10111011 10000010 10101 0 11110 11011 1100101 11110 111110

Color Harmonies of #94BB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB82

Black with #94BB82

Text Example


Text Example

White with #94BB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BB82; }

 p { color: rgb(148,187,130); }

 H1.HeaderClassName
 {
   color: #94BB82;
 }
 .AnyTagClassName
 {
   color: #94BB82;
 }
</style>

background-color css

<style>
 a { background-color: #94BB82; }

 a { background-color: rgb(148,187,130); }

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

border-color css

<style>
 span { border-color: #94BB82; }

 span { border-color: rgb(148,187,130); }

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