Html Css Color HEX #8A9825 Citron

📋 copy color: '#8A9825'

red 138 ◦ green 152 ◦ blue 37

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

Shades of Citron #8A9825

Tints of Citron #8A9825

RGB

 RED value IS 138 (54.3% from 255) = 42.2%

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

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

R = 42.2%
G = 46.48%
B = 11.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#8A9825 (or 0x8A9825) is known color: Citron. HEX triplet: 8A, 98 and 25. RGB value is (138,152,37). Sum of RGB (Red+Green+Blue) = 138+152+37=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9825 is #7567DA. Grayscale: #878787. Windows color (decimal): -7694299 or 2463882. OLE color: 2463882.

HSL color Cylindrical-coordinate representation of color #8A9825: hue angle of 67.3º 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 #8A9825 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 152 37 -
CMYK 0.09 0 0.76 0.40
HSL 67.3º 0.61% 0.37% -
HSV(B) 67.3º 0.76% 0.6% -
XYZ 22.04 27.99 5.99 -
YUV 134.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 138 152 37 0.09 0 0.76 0.40 67.3 0.61 0.37
Hex 8A 98 25 9 0 4C 28 43 3D 25
Octal 212 230 45 11 0 114 50 103 75 45
Binary 10001010 10011000 100101 1001 0 1001100 101000 1000011 111101 100101

Color Harmonies of #8A9825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9825

Black with #8A9825

Text Example


Text Example

White with #8A9825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9825; }

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

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

background-color css

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

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

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

border-color css

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

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

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