Html Css Color HEX #85951D Citron

📋 copy color: '#85951D'

red 133 ◦ green 149 ◦ blue 29

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

Shades of Citron #85951D

Tints of Citron #85951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.32%

R = 42.77%
G = 47.91%
B = 9.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#85951D (or 0x85951D) is known color: Citron. HEX triplet: 85, 95 and 1D. RGB value is (133,149,29). Sum of RGB (Red+Green+Blue) = 133+149+29=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #85951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85951D is #7A6AE2. Grayscale: #838383. Windows color (decimal): -8022755 or 1938821. OLE color: 1938821.

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

Color convert

RGB 133 149 29 -
CMYK 0.11 0 0.81 0.42
HSL 68º 0.67% 0.35% -
HSV(B) 68º 0.81% 0.58% -
XYZ 20.64 26.57 5.2 -
YUV 130.54 70.7 129.76 -
System Red Green Blue C M Y K H S L
Decimal 133 149 29 0.11 0 0.81 0.42 68 0.67 0.35
Hex 85 95 1D B 0 51 2A 44 43 23
Octal 205 225 35 13 0 121 52 104 103 43
Binary 10000101 10010101 11101 1011 0 1010001 101010 1000100 1000011 100011

Color Harmonies of #85951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85951D

Black with #85951D

Text Example


Text Example

White with #85951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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