Html Css Color HEX #85AB48 Chelsea Cucumber

📋 copy color: '#85AB48'

red 133 ◦ green 171 ◦ blue 72

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

Shades of Chelsea Cucumber #85AB48

Tints of Chelsea Cucumber #85AB48

RGB

 RED value IS 133 (52.34% from 255) = 35.37%

 GREEN value IS 171 (67.19% from 255) = 45.48%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 35.37%
G = 45.48%
B = 19.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#85AB48 (or 0x85AB48) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 48. RGB value is (133,171,72). Sum of RGB (Red+Green+Blue) = 133+171+72=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB48 is #7A54B7. Grayscale: #949494. Windows color (decimal): -8017080 or 4762501. OLE color: 4762501.

HSL color Cylindrical-coordinate representation of color #85AB48: hue angle of 83.03º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85AB48 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 171 72 -
CMYK 0.22 0 0.58 0.33
HSL 83.03º 0.41% 0.48% -
HSV(B) 83.03º 0.58% 0.67% -
XYZ 25.41 34.58 11.47 -
YUV 148.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 133 171 72 0.22 0 0.58 0.33 83.03 0.41 0.48
Hex 85 AB 48 16 0 3A 21 53 29 30
Octal 205 253 110 26 0 72 41 123 51 60
Binary 10000101 10101011 1001000 10110 0 111010 100001 1010011 101001 110000

Color Harmonies of #85AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB48

Black with #85AB48

Text Example


Text Example

White with #85AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AB48; }

 p { color: rgb(133,171,72); }

 H1.HeaderClassName
 {
   color: #85AB48;
 }
 .AnyTagClassName
 {
   color: #85AB48;
 }
</style>

background-color css

<style>
 a { background-color: #85AB48; }

 a { background-color: rgb(133,171,72); }

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

border-color css

<style>
 span { border-color: #85AB48; }

 span { border-color: rgb(133,171,72); }

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