Html Css Color HEX #85B104 Citrus

📋 copy color: '#85B104'

red 133 ◦ green 177 ◦ blue 4

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

Shades of Citrus #85B104

Tints of Citrus #85B104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.37%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 42.36%
G = 56.37%
B = 1.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#85B104 (or 0x85B104) is known color: Citrus. HEX triplet: 85, B1 and 04. RGB value is (133,177,4). Sum of RGB (Red+Green+Blue) = 133+177+4=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #85B104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B104 is #7A4EFB. Grayscale: #909090. Windows color (decimal): -8015612 or 307589. OLE color: 307589.

HSL color Cylindrical-coordinate representation of color #85B104: hue angle of 75.26º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B104 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 177 4 -
CMYK 0.25 0 0.98 0.31
HSL 75.26º 0.96% 0.35% -
HSV(B) 75.26º 0.98% 0.69% -
XYZ 25.42 36.44 5.81 -
YUV 144.12 48.92 120.07 -
System Red Green Blue C M Y K H S L
Decimal 133 177 4 0.25 0 0.98 0.31 75.26 0.96 0.35
Hex 85 B1 4 19 0 62 1F 4B 60 23
Octal 205 261 4 31 0 142 37 113 140 43
Binary 10000101 10110001 100 11001 0 1100010 11111 1001011 1100000 100011

Color Harmonies of #85B104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B104

Black with #85B104

Text Example


Text Example

White with #85B104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,177,4); }

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

background-color css

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

 a { background-color: rgb(133,177,4); }

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

border-color css

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

 span { border-color: rgb(133,177,4); }

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