Html Css Color HEX #85B809 Citrus

📋 copy color: '#85B809'

red 133 ◦ green 184 ◦ blue 9

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

Shades of Citrus #85B809

Tints of Citrus #85B809

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 40.8%
G = 56.44%
B = 2.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#85B809 (or 0x85B809) is known color: Citrus. HEX triplet: 85, B8 and 09. RGB value is (133,184,9). Sum of RGB (Red+Green+Blue) = 133+184+9=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #85B809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B809 is #7A47F6. Grayscale: #959595. Windows color (decimal): -8013815 or 637061. OLE color: 637061.

HSL color Cylindrical-coordinate representation of color #85B809: hue angle of 77.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85B809 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 9 -
CMYK 0.28 0 0.95 0.28
HSL 77.49º 0.91% 0.38% -
HSV(B) 77.49º 0.95% 0.72% -
XYZ 26.86 39.29 6.43 -
YUV 148.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 133 184 9 0.28 0 0.95 0.28 77.49 0.91 0.38
Hex 85 B8 9 1C 0 5F 1C 4D 5B 26
Octal 205 270 11 34 0 137 34 115 133 46
Binary 10000101 10111000 1001 11100 0 1011111 11100 1001101 1011011 100110

Color Harmonies of #85B809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B809

Black with #85B809

Text Example


Text Example

White with #85B809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,9); }

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

background-color css

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

 a { background-color: rgb(133,184,9); }

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

border-color css

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

 span { border-color: rgb(133,184,9); }

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