Html Css Color HEX #95CE67 Olivine

📋 copy color: '#95CE67'

red 149 ◦ green 206 ◦ blue 103

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

Shades of Olivine #95CE67

Tints of Olivine #95CE67

RGB

 RED value IS 149 (58.59% from 255) = 32.53%

 GREEN value IS 206 (80.86% from 255) = 44.98%

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

R = 32.53%
G = 44.98%
B = 22.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#95CE67 (or 0x95CE67) is known color: Olivine. HEX triplet: 95, CE and 67. RGB value is (149,206,103). Sum of RGB (Red+Green+Blue) = 149+206+103=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE67 is #6A3198. Grayscale: #B1B1B1. Windows color (decimal): -6959513 or 6803093. OLE color: 6803093.

HSL color Cylindrical-coordinate representation of color #95CE67: hue angle of 93.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95CE67 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 206 103 -
CMYK 0.28 0 0.50 0.19
HSL 93.2º 0.51% 0.61% -
HSV(B) 93.2º 0.5% 0.81% -
XYZ 36.91 51.51 20.83 -
YUV 177.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 149 206 103 0.28 0 0.50 0.19 93.2 0.51 0.61
Hex 95 CE 67 1C 0 32 13 5D 33 3D
Octal 225 316 147 34 0 62 23 135 63 75
Binary 10010101 11001110 1100111 11100 0 110010 10011 1011101 110011 111101

Color Harmonies of #95CE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CE67

Black with #95CE67

Text Example


Text Example

White with #95CE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CE67; }

 p { color: rgb(149,206,103); }

 H1.HeaderClassName
 {
   color: #95CE67;
 }
 .AnyTagClassName
 {
   color: #95CE67;
 }
</style>

background-color css

<style>
 a { background-color: #95CE67; }

 a { background-color: rgb(149,206,103); }

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

border-color css

<style>
 span { border-color: #95CE67; }

 span { border-color: rgb(149,206,103); }

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