Html Css Color HEX #85BA04 Citrus

📋 copy color: '#85BA04'

red 133 ◦ green 186 ◦ blue 4

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

Shades of Citrus #85BA04

Tints of Citrus #85BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.59%

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

R = 41.18%
G = 57.59%
B = 1.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#85BA04 (or 0x85BA04) is known color: Citrus. HEX triplet: 85, BA and 04. RGB value is (133,186,4). Sum of RGB (Red+Green+Blue) = 133+186+4=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA04 is #7A45FB. Grayscale: #969696. Windows color (decimal): -8013308 or 309893. OLE color: 309893.

HSL color Cylindrical-coordinate representation of color #85BA04: hue angle of 77.47º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85BA04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 4 -
CMYK 0.28 0 0.98 0.27
HSL 77.47º 0.96% 0.37% -
HSV(B) 77.47º 0.98% 0.73% -
XYZ 27.25 40.11 6.42 -
YUV 149.41 45.94 116.3 -
System Red Green Blue C M Y K H S L
Decimal 133 186 4 0.28 0 0.98 0.27 77.47 0.96 0.37
Hex 85 BA 4 1C 0 62 1B 4D 60 25
Octal 205 272 4 34 0 142 33 115 140 45
Binary 10000101 10111010 100 11100 0 1100010 11011 1001101 1100000 100101

Color Harmonies of #85BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA04

Black with #85BA04

Text Example


Text Example

White with #85BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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