Html Css Color HEX #85B603 Citrus

📋 copy color: '#85B603'

red 133 ◦ green 182 ◦ blue 3

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

Shades of Citrus #85B603

Tints of Citrus #85B603

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.23%

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

R = 41.82%
G = 57.23%
B = 0.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#85B603 (or 0x85B603) is known color: Citrus. HEX triplet: 85, B6 and 03. RGB value is (133,182,3). Sum of RGB (Red+Green+Blue) = 133+182+3=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 182 (71.48% from 255 or 57.23% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 182 - color contains mainly: green. Hex color #85B603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B603 is #7A49FC. Grayscale: #939393. Windows color (decimal): -8014333 or 243333. OLE color: 243333.

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

Color convert

RGB 133 182 3 -
CMYK 0.27 0 0.98 0.29
HSL 76.42º 0.97% 0.36% -
HSV(B) 76.42º 0.98% 0.71% -
XYZ 26.42 38.45 6.12 -
YUV 146.94 46.77 118.05 -
System Red Green Blue C M Y K H S L
Decimal 133 182 3 0.27 0 0.98 0.29 76.42 0.97 0.36
Hex 85 B6 3 1B 0 62 1D 4C 61 24
Octal 205 266 3 33 0 142 35 114 141 44
Binary 10000101 10110110 11 11011 0 1100010 11101 1001100 1100001 100100

Color Harmonies of #85B603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B603

Black with #85B603

Text Example


Text Example

White with #85B603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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