Html Css Color HEX #85AC07 Citrus

📋 copy color: '#85AC07'

red 133 ◦ green 172 ◦ blue 7

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

Shades of Citrus #85AC07

Tints of Citrus #85AC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.13%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 42.63%
G = 55.13%
B = 2.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#85AC07 (or 0x85AC07) is known color: Citrus. HEX triplet: 85, AC and 07. RGB value is (133,172,7). Sum of RGB (Red+Green+Blue) = 133+172+7=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AC07 is #7A53F8. Grayscale: #8E8E8E. Windows color (decimal): -8016889 or 502917. OLE color: 502917.

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

Color convert

RGB 133 172 7 -
CMYK 0.23 0 0.96 0.33
HSL 74.18º 0.92% 0.35% -
HSV(B) 74.18º 0.96% 0.67% -
XYZ 24.46 34.51 5.57 -
YUV 141.53 52.08 121.92 -
System Red Green Blue C M Y K H S L
Decimal 133 172 7 0.23 0 0.96 0.33 74.18 0.92 0.35
Hex 85 AC 7 17 0 60 21 4A 5C 23
Octal 205 254 7 27 0 140 41 112 134 43
Binary 10000101 10101100 111 10111 0 1100000 100001 1001010 1011100 100011

Color Harmonies of #85AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AC07

Black with #85AC07

Text Example


Text Example

White with #85AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,7); }

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

background-color css

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

 a { background-color: rgb(133,172,7); }

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

border-color css

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

 span { border-color: rgb(133,172,7); }

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