Html Css Color HEX #85982A Citron

📋 copy color: '#85982A'

red 133 ◦ green 152 ◦ blue 42

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

Shades of Citron #85982A

Tints of Citron #85982A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 40.67%
G = 46.48%
B = 12.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#85982A (or 0x85982A) is known color: Citron. HEX triplet: 85, 98 and 2A. RGB value is (133,152,42). Sum of RGB (Red+Green+Blue) = 133+152+42=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #85982A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85982A is #7A67D5. Grayscale: #868686. Windows color (decimal): -8021974 or 2791557. OLE color: 2791557.

HSL color Cylindrical-coordinate representation of color #85982A: hue angle of 70.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85982A is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 42 -
CMYK 0.13 0 0.72 0.40
HSL 70.36º 0.57% 0.38% -
HSV(B) 70.36º 0.72% 0.6% -
XYZ 21.32 27.61 6.4 -
YUV 133.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 133 152 42 0.13 0 0.72 0.40 70.36 0.57 0.38
Hex 85 98 2A D 0 48 28 46 39 26
Octal 205 230 52 15 0 110 50 106 71 46
Binary 10000101 10011000 101010 1101 0 1001000 101000 1000110 111001 100110

Color Harmonies of #85982A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85982A

Black with #85982A

Text Example


Text Example

White with #85982A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85982A; }

 p { color: rgb(133,152,42); }

 H1.HeaderClassName
 {
   color: #85982A;
 }
 .AnyTagClassName
 {
   color: #85982A;
 }
</style>

background-color css

<style>
 a { background-color: #85982A; }

 a { background-color: rgb(133,152,42); }

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

border-color css

<style>
 span { border-color: #85982A; }

 span { border-color: rgb(133,152,42); }

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