Html Css Color HEX #92AF5A Chelsea Cucumber

📋 copy color: '#92AF5A'

red 146 ◦ green 175 ◦ blue 90

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

Shades of Chelsea Cucumber #92AF5A

Tints of Chelsea Cucumber #92AF5A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 35.52%
G = 42.58%
B = 21.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#92AF5A (or 0x92AF5A) is known color: Chelsea Cucumber. HEX triplet: 92, AF and 5A. RGB value is (146,175,90). Sum of RGB (Red+Green+Blue) = 146+175+90=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #92AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AF5A is #6D50A5. Grayscale: #9C9C9C. Windows color (decimal): -7164070 or 5943186. OLE color: 5943186.

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

Color convert

RGB 146 175 90 -
CMYK 0.17 0 0.49 0.31
HSL 80.47º 0.35% 0.52% -
HSV(B) 80.47º 0.49% 0.69% -
XYZ 29.03 37.51 15.38 -
YUV 156.64 90.39 120.41 -
System Red Green Blue C M Y K H S L
Decimal 146 175 90 0.17 0 0.49 0.31 80.47 0.35 0.52
Hex 92 AF 5A 11 0 31 1F 50 23 34
Octal 222 257 132 21 0 61 37 120 43 64
Binary 10010010 10101111 1011010 10001 0 110001 11111 1010000 100011 110100

Color Harmonies of #92AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AF5A

Black with #92AF5A

Text Example


Text Example

White with #92AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,175,90); }

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

background-color css

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

 a { background-color: rgb(146,175,90); }

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

border-color css

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

 span { border-color: rgb(146,175,90); }

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