Html Css Color HEX #85AB05 Citrus

📋 copy color: '#85AB05'

red 133 ◦ green 171 ◦ blue 5

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

Shades of Citrus #85AB05

Tints of Citrus #85AB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 43.04%
G = 55.34%
B = 1.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#85AB05 (or 0x85AB05) is known color: Citrus. HEX triplet: 85, AB and 05. RGB value is (133,171,5). Sum of RGB (Red+Green+Blue) = 133+171+5=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB05 is #7A54FA. Grayscale: #8D8D8D. Windows color (decimal): -8017147 or 371589. OLE color: 371589.

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

Color convert

RGB 133 171 5 -
CMYK 0.22 0 0.97 0.33
HSL 73.73º 0.94% 0.35% -
HSV(B) 73.73º 0.97% 0.67% -
XYZ 24.26 34.12 5.45 -
YUV 140.71 51.41 122.5 -
System Red Green Blue C M Y K H S L
Decimal 133 171 5 0.22 0 0.97 0.33 73.73 0.94 0.35
Hex 85 AB 5 16 0 61 21 4A 5E 23
Octal 205 253 5 26 0 141 41 112 136 43
Binary 10000101 10101011 101 10110 0 1100001 100001 1001010 1011110 100011

Color Harmonies of #85AB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB05

Black with #85AB05

Text Example


Text Example

White with #85AB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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