Html Css Color HEX #85971F Citron

📋 copy color: '#85971F'

red 133 ◦ green 151 ◦ blue 31

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

Shades of Citron #85971F

Tints of Citron #85971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.94%

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 42.22%
G = 47.94%
B = 9.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#85971F (or 0x85971F) is known color: Citron. HEX triplet: 85, 97 and 1F. RGB value is (133,151,31). Sum of RGB (Red+Green+Blue) = 133+151+31=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #85971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85971F is #7A68E0. Grayscale: #848484. Windows color (decimal): -8022241 or 2070405. OLE color: 2070405.

HSL color Cylindrical-coordinate representation of color #85971F: hue angle of 69º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85971F is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 151 31 -
CMYK 0.12 0 0.79 0.41
HSL 69º 0.66% 0.36% -
HSV(B) 69º 0.79% 0.59% -
XYZ 20.99 27.22 5.44 -
YUV 131.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 133 151 31 0.12 0 0.79 0.41 69 0.66 0.36
Hex 85 97 1F C 0 4F 29 45 42 24
Octal 205 227 37 14 0 117 51 105 102 44
Binary 10000101 10010111 11111 1100 0 1001111 101001 1000101 1000010 100100

Color Harmonies of #85971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85971F

Black with #85971F

Text Example


Text Example

White with #85971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85971F; }

 p { color: rgb(133,151,31); }

 H1.HeaderClassName
 {
   color: #85971F;
 }
 .AnyTagClassName
 {
   color: #85971F;
 }
</style>

background-color css

<style>
 a { background-color: #85971F; }

 a { background-color: rgb(133,151,31); }

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

border-color css

<style>
 span { border-color: #85971F; }

 span { border-color: rgb(133,151,31); }

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