Html Css Color HEX #819825 Citron

📋 copy color: '#819825'

red 129 ◦ green 152 ◦ blue 37

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

Shades of Citron #819825

Tints of Citron #819825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

 BLUE value IS 37 (14.84% from 255) = 11.64%

R = 40.57%
G = 47.8%
B = 11.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#819825 (or 0x819825) is known color: Citron. HEX triplet: 81, 98 and 25. RGB value is (129,152,37). Sum of RGB (Red+Green+Blue) = 129+152+37=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #819825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819825 is #7E67DA. Grayscale: #848484. Windows color (decimal): -8284123 or 2463873. OLE color: 2463873.

HSL color Cylindrical-coordinate representation of color #819825: hue angle of 72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #819825 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 37 -
CMYK 0.15 0 0.76 0.40
HSL 72º 0.61% 0.37% -
HSV(B) 72º 0.76% 0.6% -
XYZ 20.62 27.26 5.92 -
YUV 132.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 129 152 37 0.15 0 0.76 0.40 72 0.61 0.37
Hex 81 98 25 F 0 4C 28 48 3D 25
Octal 201 230 45 17 0 114 50 110 75 45
Binary 10000001 10011000 100101 1111 0 1001100 101000 1001000 111101 100101

Color Harmonies of #819825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819825

Black with #819825

Text Example


Text Example

White with #819825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819825; }

 p { color: rgb(129,152,37); }

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

background-color css

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

 a { background-color: rgb(129,152,37); }

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

border-color css

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

 span { border-color: rgb(129,152,37); }

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