Html Css Color HEX #92BA5D Chelsea Cucumber

📋 copy color: '#92BA5D'

red 146 ◦ green 186 ◦ blue 93

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

Shades of Chelsea Cucumber #92BA5D

Tints of Chelsea Cucumber #92BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 34.35%
G = 43.76%
B = 21.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#92BA5D (or 0x92BA5D) is known color: Chelsea Cucumber. HEX triplet: 92, BA and 5D. RGB value is (146,186,93). Sum of RGB (Red+Green+Blue) = 146+186+93=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA5D is #6D45A2. Grayscale: #A3A3A3. Windows color (decimal): -7161251 or 6142610. OLE color: 6142610.

HSL color Cylindrical-coordinate representation of color #92BA5D: hue angle of 85.81º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92BA5D is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 186 93 -
CMYK 0.22 0 0.5 0.27
HSL 85.81º 0.4% 0.55% -
HSV(B) 85.81º 0.5% 0.73% -
XYZ 31.39 42.02 16.81 -
YUV 163.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 146 186 93 0.22 0 0.5 0.27 85.81 0.4 0.55
Hex 92 BA 5D 16 0 32 1B 56 28 37
Octal 222 272 135 26 0 62 33 126 50 67
Binary 10010010 10111010 1011101 10110 0 110010 11011 1010110 101000 110111

Color Harmonies of #92BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BA5D

Black with #92BA5D

Text Example


Text Example

White with #92BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,186,93); }

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

background-color css

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

 a { background-color: rgb(146,186,93); }

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

border-color css

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

 span { border-color: rgb(146,186,93); }

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