Html Css Color HEX #92B950 Chelsea Cucumber

📋 copy color: '#92B950'

red 146 ◦ green 185 ◦ blue 80

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

Shades of Chelsea Cucumber #92B950

Tints of Chelsea Cucumber #92B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 35.52%
G = 45.01%
B = 19.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#92B950 (or 0x92B950) is known color: Chelsea Cucumber. HEX triplet: 92, B9 and 50. RGB value is (146,185,80). Sum of RGB (Red+Green+Blue) = 146+185+80=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #92B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92B950 is #6D46AF. Grayscale: #A1A1A1. Windows color (decimal): -7161520 or 5290386. OLE color: 5290386.

HSL color Cylindrical-coordinate representation of color #92B950: hue angle of 82.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92B950 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 185 80 -
CMYK 0.21 0 0.57 0.27
HSL 82.29º 0.43% 0.52% -
HSV(B) 82.29º 0.57% 0.73% -
XYZ 30.65 41.39 13.96 -
YUV 161.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 146 185 80 0.21 0 0.57 0.27 82.29 0.43 0.52
Hex 92 B9 50 15 0 39 1B 52 2B 34
Octal 222 271 120 25 0 71 33 122 53 64
Binary 10010010 10111001 1010000 10101 0 111001 11011 1010010 101011 110100

Color Harmonies of #92B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B950

Black with #92B950

Text Example


Text Example

White with #92B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,185,80); }

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

background-color css

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

 a { background-color: rgb(146,185,80); }

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

border-color css

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

 span { border-color: rgb(146,185,80); }

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