Html Css Color HEX #81951B Citron

📋 copy color: '#81951B'

red 129 ◦ green 149 ◦ blue 27

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

Shades of Citron #81951B

Tints of Citron #81951B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.85%

R = 42.3%
G = 48.85%
B = 8.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#81951B (or 0x81951B) is known color: Citron. HEX triplet: 81, 95 and 1B. RGB value is (129,149,27). Sum of RGB (Red+Green+Blue) = 129+149+27=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #81951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81951B is #7E6AE4. Grayscale: #818181. Windows color (decimal): -8284901 or 1807745. OLE color: 1807745.

HSL color Cylindrical-coordinate representation of color #81951B: hue angle of 69.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81951B is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 149 27 -
CMYK 0.13 0 0.82 0.42
HSL 69.84º 0.69% 0.35% -
HSV(B) 69.84º 0.82% 0.58% -
XYZ 20 26.24 5.05 -
YUV 129.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 129 149 27 0.13 0 0.82 0.42 69.84 0.69 0.35
Hex 81 95 1B D 0 52 2A 46 45 23
Octal 201 225 33 15 0 122 52 106 105 43
Binary 10000001 10010101 11011 1101 0 1010010 101010 1000110 1000101 100011

Color Harmonies of #81951B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81951B

Black with #81951B

Text Example


Text Example

White with #81951B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81951B; }

 p { color: rgb(129,149,27); }

 H1.HeaderClassName
 {
   color: #81951B;
 }
 .AnyTagClassName
 {
   color: #81951B;
 }
</style>

background-color css

<style>
 a { background-color: #81951B; }

 a { background-color: rgb(129,149,27); }

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

border-color css

<style>
 span { border-color: #81951B; }

 span { border-color: rgb(129,149,27); }

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