Html Css Color HEX #92B14B Chelsea Cucumber

📋 copy color: '#92B14B'

red 146 ◦ green 177 ◦ blue 75

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

Shades of Chelsea Cucumber #92B14B

Tints of Chelsea Cucumber #92B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.47%

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 36.68%
G = 44.47%
B = 18.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#92B14B (or 0x92B14B) is known color: Chelsea Cucumber. HEX triplet: 92, B1 and 4B. RGB value is (146,177,75). Sum of RGB (Red+Green+Blue) = 146+177+75=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #92B14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92B14B is #6D4EB4. Grayscale: #9C9C9C. Windows color (decimal): -7163573 or 4960658. OLE color: 4960658.

HSL color Cylindrical-coordinate representation of color #92B14B: hue angle of 78.24º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92B14B is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 177 75 -
CMYK 0.18 0 0.58 0.31
HSL 78.24º 0.4% 0.49% -
HSV(B) 78.24º 0.58% 0.69% -
XYZ 28.85 38.06 12.48 -
YUV 156.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 146 177 75 0.18 0 0.58 0.31 78.24 0.4 0.49
Hex 92 B1 4B 12 0 3A 1F 4E 28 31
Octal 222 261 113 22 0 72 37 116 50 61
Binary 10010010 10110001 1001011 10010 0 111010 11111 1001110 101000 110001

Color Harmonies of #92B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B14B

Black with #92B14B

Text Example


Text Example

White with #92B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,177,75); }

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

background-color css

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

 a { background-color: rgb(146,177,75); }

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

border-color css

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

 span { border-color: rgb(146,177,75); }

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