Html Css Color HEX #92BC50 Chelsea Cucumber

📋 copy color: '#92BC50'

red 146 ◦ green 188 ◦ blue 80

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

Shades of Chelsea Cucumber #92BC50

Tints of Chelsea Cucumber #92BC50

RGB

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

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

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

R = 35.27%
G = 45.41%
B = 19.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#92BC50 (or 0x92BC50) is known color: Chelsea Cucumber. HEX triplet: 92, BC and 50. RGB value is (146,188,80). Sum of RGB (Red+Green+Blue) = 146+188+80=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BC50 is #6D43AF. Grayscale: #A3A3A3. Windows color (decimal): -7160752 or 5291154. OLE color: 5291154.

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

Color convert

RGB 146 188 80 -
CMYK 0.22 0 0.57 0.26
HSL 83.33º 0.45% 0.53% -
HSV(B) 83.33º 0.57% 0.74% -
XYZ 31.29 42.66 14.17 -
YUV 163.13 81.09 115.78 -
System Red Green Blue C M Y K H S L
Decimal 146 188 80 0.22 0 0.57 0.26 83.33 0.45 0.53
Hex 92 BC 50 16 0 39 1A 53 2D 35
Octal 222 274 120 26 0 71 32 123 55 65
Binary 10010010 10111100 1010000 10110 0 111001 11010 1010011 101101 110101

Color Harmonies of #92BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC50

Black with #92BC50

Text Example


Text Example

White with #92BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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