Html Css Color HEX #85B408 Citrus

📋 copy color: '#85B408'

red 133 ◦ green 180 ◦ blue 8

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

Shades of Citrus #85B408

Tints of Citrus #85B408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.07%

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

R = 41.43%
G = 56.07%
B = 2.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#85B408 (or 0x85B408) is known color: Citrus. HEX triplet: 85, B4 and 08. RGB value is (133,180,8). Sum of RGB (Red+Green+Blue) = 133+180+8=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #85B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B408 is #7A4BF7. Grayscale: #929292. Windows color (decimal): -8014840 or 570501. OLE color: 570501.

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

Color convert

RGB 133 180 8 -
CMYK 0.26 0 0.96 0.29
HSL 76.4º 0.91% 0.37% -
HSV(B) 76.4º 0.96% 0.71% -
XYZ 26.04 37.65 6.12 -
YUV 146.34 49.93 118.49 -
System Red Green Blue C M Y K H S L
Decimal 133 180 8 0.26 0 0.96 0.29 76.4 0.91 0.37
Hex 85 B4 8 1A 0 60 1D 4C 5B 25
Octal 205 264 10 32 0 140 35 114 133 45
Binary 10000101 10110100 1000 11010 0 1100000 11101 1001100 1011011 100101

Color Harmonies of #85B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B408

Black with #85B408

Text Example


Text Example

White with #85B408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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