Html Css Color HEX #85A303 Citron

📋 copy color: '#85A303'

red 133 ◦ green 163 ◦ blue 3

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

Shades of Citron #85A303

Tints of Citron #85A303

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.52%

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

R = 44.48%
G = 54.52%
B = 1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#85A303 (or 0x85A303) is known color: Citron. HEX triplet: 85, A3 and 03. RGB value is (133,163,3). Sum of RGB (Red+Green+Blue) = 133+163+3=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #85A303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A303 is #7A5CFC. Grayscale: #888888. Windows color (decimal): -8019197 or 238469. OLE color: 238469.

HSL color Cylindrical-coordinate representation of color #85A303: hue angle of 71.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85A303 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 163 3 -
CMYK 0.18 0 0.98 0.36
HSL 71.25º 0.96% 0.33% -
HSV(B) 71.25º 0.98% 0.64% -
XYZ 22.79 31.19 4.9 -
YUV 135.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 133 163 3 0.18 0 0.98 0.36 71.25 0.96 0.33
Hex 85 A3 3 12 0 62 24 47 60 21
Octal 205 243 3 22 0 142 44 107 140 41
Binary 10000101 10100011 11 10010 0 1100010 100100 1000111 1100000 100001

Color Harmonies of #85A303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A303

Black with #85A303

Text Example


Text Example

White with #85A303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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