Html Css Color HEX #81961D Citron

📋 copy color: '#81961D'

red 129 ◦ green 150 ◦ blue 29

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

Shades of Citron #81961D

Tints of Citron #81961D

RGB

 RED value IS 129 (50.78% from 255) = 41.88%

 GREEN value IS 150 (58.98% from 255) = 48.7%

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

R = 41.88%
G = 48.7%
B = 9.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#81961D (or 0x81961D) is known color: Citron. HEX triplet: 81, 96 and 1D. RGB value is (129,150,29). Sum of RGB (Red+Green+Blue) = 129+150+29=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #81961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81961D is #7E69E2. Grayscale: #828282. Windows color (decimal): -8284643 or 1939073. OLE color: 1939073.

HSL color Cylindrical-coordinate representation of color #81961D: hue angle of 70.41º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81961D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 150 29 -
CMYK 0.14 0 0.81 0.41
HSL 70.41º 0.68% 0.35% -
HSV(B) 70.41º 0.81% 0.59% -
XYZ 20.18 26.57 5.23 -
YUV 129.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 129 150 29 0.14 0 0.81 0.41 70.41 0.68 0.35
Hex 81 96 1D E 0 51 29 46 44 23
Octal 201 226 35 16 0 121 51 106 104 43
Binary 10000001 10010110 11101 1110 0 1010001 101001 1000110 1000100 100011

Color Harmonies of #81961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81961D

Black with #81961D

Text Example


Text Example

White with #81961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,150,29); }

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

background-color css

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

 a { background-color: rgb(129,150,29); }

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

border-color css

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

 span { border-color: rgb(129,150,29); }

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