Html Css Color HEX #85B908 Citrus

📋 copy color: '#85B908'

red 133 ◦ green 185 ◦ blue 8

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

Shades of Citrus #85B908

Tints of Citrus #85B908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.75%

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

R = 40.8%
G = 56.75%
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

#85B908 (or 0x85B908) is known color: Citrus. HEX triplet: 85, B9 and 08. RGB value is (133,185,8). Sum of RGB (Red+Green+Blue) = 133+185+8=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #85B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B908 is #7A46F7. Grayscale: #959595. Windows color (decimal): -8013560 or 571781. OLE color: 571781.

HSL color Cylindrical-coordinate representation of color #85B908: hue angle of 77.63º 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 #85B908 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 185 8 -
CMYK 0.28 0 0.96 0.27
HSL 77.63º 0.92% 0.38% -
HSV(B) 77.63º 0.96% 0.73% -
XYZ 27.07 39.7 6.47 -
YUV 149.27 48.27 116.39 -
System Red Green Blue C M Y K H S L
Decimal 133 185 8 0.28 0 0.96 0.27 77.63 0.92 0.38
Hex 85 B9 8 1C 0 60 1B 4E 5C 26
Octal 205 271 10 34 0 140 33 116 134 46
Binary 10000101 10111001 1000 11100 0 1100000 11011 1001110 1011100 100110

Color Harmonies of #85B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B908

Black with #85B908

Text Example


Text Example

White with #85B908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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