Html Css Color HEX #94CB63 Olivine

📋 copy color: '#94CB63'

red 148 ◦ green 203 ◦ blue 99

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

Shades of Olivine #94CB63

Tints of Olivine #94CB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

 BLUE value IS 99 (39.06% from 255) = 22%

R = 32.89%
G = 45.11%
B = 22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#94CB63 (or 0x94CB63) is known color: Olivine. HEX triplet: 94, CB and 63. RGB value is (148,203,99). Sum of RGB (Red+Green+Blue) = 148+203+99=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CB63 is #6B349C. Grayscale: #AFAFAF. Windows color (decimal): -7025821 or 6540180. OLE color: 6540180.

HSL color Cylindrical-coordinate representation of color #94CB63: hue angle of 91.73º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94CB63 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 203 99 -
CMYK 0.27 0 0.51 0.20
HSL 91.73º 0.5% 0.59% -
HSV(B) 91.73º 0.51% 0.8% -
XYZ 35.82 49.91 19.55 -
YUV 174.7 85.28 108.96 -
System Red Green Blue C M Y K H S L
Decimal 148 203 99 0.27 0 0.51 0.20 91.73 0.5 0.59
Hex 94 CB 63 1B 0 33 14 5C 32 3B
Octal 224 313 143 33 0 63 24 134 62 73
Binary 10010100 11001011 1100011 11011 0 110011 10100 1011100 110010 111011

Color Harmonies of #94CB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CB63

Black with #94CB63

Text Example


Text Example

White with #94CB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,203,99); }

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

background-color css

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

 a { background-color: rgb(148,203,99); }

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

border-color css

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

 span { border-color: rgb(148,203,99); }

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