Html Css Color HEX #85B609 Citrus

📋 copy color: '#85B609'

red 133 ◦ green 182 ◦ blue 9

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

Shades of Citrus #85B609

Tints of Citrus #85B609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.17%

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

R = 41.05%
G = 56.17%
B = 2.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#85B609 (or 0x85B609) is known color: Citrus. HEX triplet: 85, B6 and 09. RGB value is (133,182,9). Sum of RGB (Red+Green+Blue) = 133+182+9=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #85B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B609 is #7A49F6. Grayscale: #949494. Windows color (decimal): -8014327 or 636549. OLE color: 636549.

HSL color Cylindrical-coordinate representation of color #85B609: hue angle of 76.99º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85B609 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 9 -
CMYK 0.27 0 0.95 0.29
HSL 76.99º 0.91% 0.37% -
HSV(B) 76.99º 0.95% 0.71% -
XYZ 26.45 38.46 6.29 -
YUV 147.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 133 182 9 0.27 0 0.95 0.29 76.99 0.91 0.37
Hex 85 B6 9 1B 0 5F 1D 4D 5B 25
Octal 205 266 11 33 0 137 35 115 133 45
Binary 10000101 10110110 1001 11011 0 1011111 11101 1001101 1011011 100101

Color Harmonies of #85B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B609

Black with #85B609

Text Example


Text Example

White with #85B609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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