Html Css Color HEX #85BC03 Citrus

📋 copy color: '#85BC03'

red 133 ◦ green 188 ◦ blue 3

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

Shades of Citrus #85BC03

Tints of Citrus #85BC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 41.05%
G = 58.02%
B = 0.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#85BC03 (or 0x85BC03) is known color: Citrus. HEX triplet: 85, BC and 03. RGB value is (133,188,3). Sum of RGB (Red+Green+Blue) = 133+188+3=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC03 is #7A43FC. Grayscale: #979797. Windows color (decimal): -8012797 or 244869. OLE color: 244869.

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

Color convert

RGB 133 188 3 -
CMYK 0.29 0 0.98 0.26
HSL 77.84º 0.97% 0.37% -
HSV(B) 77.84º 0.98% 0.74% -
XYZ 27.67 40.96 6.53 -
YUV 150.47 44.78 115.54 -
System Red Green Blue C M Y K H S L
Decimal 133 188 3 0.29 0 0.98 0.26 77.84 0.97 0.37
Hex 85 BC 3 1D 0 62 1A 4E 61 25
Octal 205 274 3 35 0 142 32 116 141 45
Binary 10000101 10111100 11 11101 0 1100010 11010 1001110 1100001 100101

Color Harmonies of #85BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC03

Black with #85BC03

Text Example


Text Example

White with #85BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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