Html Css Color HEX #81961A Citron

📋 copy color: '#81961A'

red 129 ◦ green 150 ◦ blue 26

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

Shades of Citron #81961A

Tints of Citron #81961A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 42.3%
G = 49.18%
B = 8.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#81961A (or 0x81961A) is known color: Citron. HEX triplet: 81, 96 and 1A. RGB value is (129,150,26). Sum of RGB (Red+Green+Blue) = 129+150+26=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #81961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81961A is #7E69E5. Grayscale: #828282. Windows color (decimal): -8284646 or 1742465. OLE color: 1742465.

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

Color convert

RGB 129 150 26 -
CMYK 0.14 0 0.83 0.41
HSL 70.16º 0.7% 0.35% -
HSV(B) 70.16º 0.83% 0.59% -
XYZ 20.15 26.55 5.04 -
YUV 129.59 69.54 127.58 -
System Red Green Blue C M Y K H S L
Decimal 129 150 26 0.14 0 0.83 0.41 70.16 0.7 0.35
Hex 81 96 1A E 0 53 29 46 46 23
Octal 201 226 32 16 0 123 51 106 106 43
Binary 10000001 10010110 11010 1110 0 1010011 101001 1000110 1000110 100011

Color Harmonies of #81961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81961A

Black with #81961A

Text Example


Text Example

White with #81961A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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