Html Css Color HEX #81921A Citron

📋 copy color: '#81921A'

red 129 ◦ green 146 ◦ blue 26

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

Shades of Citron #81921A

Tints of Citron #81921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

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

R = 42.86%
G = 48.5%
B = 8.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#81921A (or 0x81921A) is known color: Citron. HEX triplet: 81, 92 and 1A. RGB value is (129,146,26). Sum of RGB (Red+Green+Blue) = 129+146+26=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #81921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81921A is #7E6DE5. Grayscale: #7F7F7F. Windows color (decimal): -8285670 or 1741441. OLE color: 1741441.

HSL color Cylindrical-coordinate representation of color #81921A: hue angle of 68.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81921A is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 146 26 -
CMYK 0.12 0 0.82 0.43
HSL 68.5º 0.7% 0.34% -
HSV(B) 68.5º 0.82% 0.57% -
XYZ 19.52 25.3 4.83 -
YUV 127.24 70.87 129.26 -
System Red Green Blue C M Y K H S L
Decimal 129 146 26 0.12 0 0.82 0.43 68.5 0.7 0.34
Hex 81 92 1A C 0 52 2B 44 46 22
Octal 201 222 32 14 0 122 53 104 106 42
Binary 10000001 10010010 11010 1100 0 1010010 101011 1000100 1000110 100010

Color Harmonies of #81921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81921A

Black with #81921A

Text Example


Text Example

White with #81921A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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