Html Css Color HEX #85BA08 Citrus

📋 copy color: '#85BA08'

red 133 ◦ green 186 ◦ blue 8

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

Shades of Citrus #85BA08

Tints of Citrus #85BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.88%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 40.67%
G = 56.88%
B = 2.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#85BA08 (or 0x85BA08) is known color: Citrus. HEX triplet: 85, BA and 08. RGB value is (133,186,8). Sum of RGB (Red+Green+Blue) = 133+186+8=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA08 is #7A45F7. Grayscale: #969696. Windows color (decimal): -8013304 or 572037. OLE color: 572037.

HSL color Cylindrical-coordinate representation of color #85BA08: hue angle of 77.87º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85BA08 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 8 -
CMYK 0.28 0 0.96 0.27
HSL 77.87º 0.92% 0.38% -
HSV(B) 77.87º 0.96% 0.73% -
XYZ 27.28 40.12 6.54 -
YUV 149.86 47.94 115.97 -
System Red Green Blue C M Y K H S L
Decimal 133 186 8 0.28 0 0.96 0.27 77.87 0.92 0.38
Hex 85 BA 8 1C 0 60 1B 4E 5C 26
Octal 205 272 10 34 0 140 33 116 134 46
Binary 10000101 10111010 1000 11100 0 1100000 11011 1001110 1011100 100110

Color Harmonies of #85BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA08

Black with #85BA08

Text Example


Text Example

White with #85BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,8); }

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

background-color css

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

 a { background-color: rgb(133,186,8); }

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

border-color css

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

 span { border-color: rgb(133,186,8); }

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