Html Css Color HEX #92C052 Chelsea Cucumber

📋 copy color: '#92C052'

red 146 ◦ green 192 ◦ blue 82

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

Shades of Chelsea Cucumber #92C052

Tints of Chelsea Cucumber #92C052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

 BLUE value IS 82 (32.42% from 255) = 19.52%

R = 34.76%
G = 45.71%
B = 19.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#92C052 (or 0x92C052) is known color: Chelsea Cucumber. HEX triplet: 92, C0 and 52. RGB value is (146,192,82). Sum of RGB (Red+Green+Blue) = 146+192+82=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #92C052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C052 is #6D3FAD. Grayscale: #A6A6A6. Windows color (decimal): -7159726 or 5423250. OLE color: 5423250.

HSL color Cylindrical-coordinate representation of color #92C052: hue angle of 85.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92C052 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 192 82 -
CMYK 0.24 0 0.57 0.25
HSL 85.09º 0.47% 0.54% -
HSV(B) 85.09º 0.57% 0.75% -
XYZ 32.23 44.42 14.86 -
YUV 165.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 146 192 82 0.24 0 0.57 0.25 85.09 0.47 0.54
Hex 92 C0 52 18 0 39 19 55 2F 36
Octal 222 300 122 30 0 71 31 125 57 66
Binary 10010010 11000000 1010010 11000 0 111001 11001 1010101 101111 110110

Color Harmonies of #92C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C052

Black with #92C052

Text Example


Text Example

White with #92C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,192,82); }

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

background-color css

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

 a { background-color: rgb(146,192,82); }

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

border-color css

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

 span { border-color: rgb(146,192,82); }

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