Html Css Color HEX #85BC00 Citrus

📋 copy color: '#85BC00'

red 133 ◦ green 188 ◦ blue 0

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

Shades of Citrus #85BC00

Tints of Citrus #85BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.43%
G = 58.57%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#85BC00 (or 0x85BC00) is known color: Citrus. HEX triplet: 85, BC and 00. RGB value is (133,188,0). Sum of RGB (Red+Green+Blue) = 133+188+0=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC00 is #7A43FF. Grayscale: #969696. Windows color (decimal): -8012800 or 48261. OLE color: 48261.

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

Color convert

RGB 133 188 0 -
CMYK 0.29 0 1 0.26
HSL 77.55º 1% 0.37% -
HSV(B) 77.55º 1% 0.74% -
XYZ 27.66 40.95 6.45 -
YUV 150.12 43.28 115.79 -
System Red Green Blue C M Y K H S L
Decimal 133 188 0 0.29 0 1 0.26 77.55 1 0.37
Hex 85 BC 0 1D 0 64 1A 4E 64 25
Octal 205 274 0 35 0 144 32 116 144 45
Binary 10000101 10111100 0 11101 0 1100100 11010 1001110 1100100 100101

Color Harmonies of #85BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC00

Black with #85BC00

Text Example


Text Example

White with #85BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,0); }

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

background-color css

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

 a { background-color: rgb(133,188,0); }

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

border-color css

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

 span { border-color: rgb(133,188,0); }

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