Html Css Color HEX #85951E Citron

📋 copy color: '#85951E'

red 133 ◦ green 149 ◦ blue 30

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

Shades of Citron #85951E

Tints of Citron #85951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.76%

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 42.63%
G = 47.76%
B = 9.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#85951E (or 0x85951E) is known color: Citron. HEX triplet: 85, 95 and 1E. RGB value is (133,149,30). Sum of RGB (Red+Green+Blue) = 133+149+30=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #85951E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85951E is #7A6AE1. Grayscale: #838383. Windows color (decimal): -8022754 or 2004357. OLE color: 2004357.

HSL color Cylindrical-coordinate representation of color #85951E: hue angle of 68.07º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85951E is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 149 30 -
CMYK 0.11 0 0.80 0.42
HSL 68.07º 0.66% 0.35% -
HSV(B) 68.07º 0.8% 0.58% -
XYZ 20.65 26.58 5.27 -
YUV 130.65 71.2 129.68 -
System Red Green Blue C M Y K H S L
Decimal 133 149 30 0.11 0 0.80 0.42 68.07 0.66 0.35
Hex 85 95 1E B 0 50 2A 44 42 23
Octal 205 225 36 13 0 120 52 104 102 43
Binary 10000101 10010101 11110 1011 0 1010000 101010 1000100 1000010 100011

Color Harmonies of #85951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85951E

Black with #85951E

Text Example


Text Example

White with #85951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85951E; }

 p { color: rgb(133,149,30); }

 H1.HeaderClassName
 {
   color: #85951E;
 }
 .AnyTagClassName
 {
   color: #85951E;
 }
</style>

background-color css

<style>
 a { background-color: #85951E; }

 a { background-color: rgb(133,149,30); }

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

border-color css

<style>
 span { border-color: #85951E; }

 span { border-color: rgb(133,149,30); }

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