Html Css Color HEX #92BC68 Olivine

📋 copy color: '#92BC68'

red 146 ◦ green 188 ◦ blue 104

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

Shades of Olivine #92BC68

Tints of Olivine #92BC68

RGB

 RED value IS 146 (57.42% from 255) = 33.33%

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

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 33.33%
G = 42.92%
B = 23.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#92BC68 (or 0x92BC68) is known color: Olivine. HEX triplet: 92, BC and 68. RGB value is (146,188,104). Sum of RGB (Red+Green+Blue) = 146+188+104=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BC68 is #6D4397. Grayscale: #A6A6A6. Windows color (decimal): -7160728 or 6864018. OLE color: 6864018.

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

Color convert

RGB 146 188 104 -
CMYK 0.22 0 0.45 0.26
HSL 90º 0.39% 0.57% -
HSV(B) 90º 0.45% 0.74% -
XYZ 32.34 43.08 19.71 -
YUV 165.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 146 188 104 0.22 0 0.45 0.26 90 0.39 0.57
Hex 92 BC 68 16 0 2D 1A 5A 27 39
Octal 222 274 150 26 0 55 32 132 47 71
Binary 10010010 10111100 1101000 10110 0 101101 11010 1011010 100111 111001

Color Harmonies of #92BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC68

Black with #92BC68

Text Example


Text Example

White with #92BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92BC68; }

 p { color: rgb(146,188,104); }

 H1.HeaderClassName
 {
   color: #92BC68;
 }
 .AnyTagClassName
 {
   color: #92BC68;
 }
</style>

background-color css

<style>
 a { background-color: #92BC68; }

 a { background-color: rgb(146,188,104); }

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

border-color css

<style>
 span { border-color: #92BC68; }

 span { border-color: rgb(146,188,104); }

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