Html Css Color HEX #85AB03 Citrus

📋 copy color: '#85AB03'

red 133 ◦ green 171 ◦ blue 3

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

Shades of Citrus #85AB03

Tints of Citrus #85AB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.98%

R = 43.32%
G = 55.7%
B = 0.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#85AB03 (or 0x85AB03) is known color: Citrus. HEX triplet: 85, AB and 03. RGB value is (133,171,3). Sum of RGB (Red+Green+Blue) = 133+171+3=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB03 is #7A54FC. Grayscale: #8D8D8D. Windows color (decimal): -8017149 or 240517. OLE color: 240517.

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

Color convert

RGB 133 171 3 -
CMYK 0.22 0 0.98 0.33
HSL 73.57º 0.97% 0.34% -
HSV(B) 73.57º 0.98% 0.67% -
XYZ 24.25 34.12 5.39 -
YUV 140.49 50.41 122.66 -
System Red Green Blue C M Y K H S L
Decimal 133 171 3 0.22 0 0.98 0.33 73.57 0.97 0.34
Hex 85 AB 3 16 0 62 21 4A 61 22
Octal 205 253 3 26 0 142 41 112 141 42
Binary 10000101 10101011 11 10110 0 1100010 100001 1001010 1100001 100010

Color Harmonies of #85AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AB03

Black with #85AB03

Text Example


Text Example

White with #85AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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