Html Css Color HEX #90BC65 Olivine

📋 copy color: '#90BC65'

red 144 ◦ green 188 ◦ blue 101

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

Shades of Olivine #90BC65

Tints of Olivine #90BC65

RGB

 RED value IS 144 (56.64% from 255) = 33.26%

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

 BLUE value IS 101 (39.84% from 255) = 23.33%

R = 33.26%
G = 43.42%
B = 23.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#90BC65 (or 0x90BC65) is known color: Olivine. HEX triplet: 90, BC and 65. RGB value is (144,188,101). Sum of RGB (Red+Green+Blue) = 144+188+101=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BC65 is #6F439A. Grayscale: #A5A5A5. Windows color (decimal): -7291803 or 6667408. OLE color: 6667408.

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

Color convert

RGB 144 188 101 -
CMYK 0.23 0 0.46 0.26
HSL 90.34º 0.39% 0.57% -
HSV(B) 90.34º 0.46% 0.74% -
XYZ 31.83 42.84 18.9 -
YUV 164.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 144 188 101 0.23 0 0.46 0.26 90.34 0.39 0.57
Hex 90 BC 65 17 0 2E 1A 5A 27 39
Octal 220 274 145 27 0 56 32 132 47 71
Binary 10010000 10111100 1100101 10111 0 101110 11010 1011010 100111 111001

Color Harmonies of #90BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BC65

Black with #90BC65

Text Example


Text Example

White with #90BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BC65; }

 p { color: rgb(144,188,101); }

 H1.HeaderClassName
 {
   color: #90BC65;
 }
 .AnyTagClassName
 {
   color: #90BC65;
 }
</style>

background-color css

<style>
 a { background-color: #90BC65; }

 a { background-color: rgb(144,188,101); }

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

border-color css

<style>
 span { border-color: #90BC65; }

 span { border-color: rgb(144,188,101); }

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