Html Css Color HEX #8AB806 Citrus

📋 copy color: '#8AB806'

red 138 ◦ green 184 ◦ blue 6

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

Shades of Citrus #8AB806

Tints of Citrus #8AB806

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.1%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 42.07%
G = 56.1%
B = 1.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#8AB806 (or 0x8AB806) is known color: Citrus. HEX triplet: 8A, B8 and 06. RGB value is (138,184,6). Sum of RGB (Red+Green+Blue) = 138+184+6=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB806 is #7547F9. Grayscale: #969696. Windows color (decimal): -7686138 or 440458. OLE color: 440458.

HSL color Cylindrical-coordinate representation of color #8AB806: hue angle of 75.51º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AB806 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 6 -
CMYK 0.25 0 0.97 0.28
HSL 75.51º 0.94% 0.37% -
HSV(B) 75.51º 0.97% 0.72% -
XYZ 27.65 39.7 6.38 -
YUV 149.95 46.76 119.47 -
System Red Green Blue C M Y K H S L
Decimal 138 184 6 0.25 0 0.97 0.28 75.51 0.94 0.37
Hex 8A B8 6 19 0 61 1C 4C 5E 25
Octal 212 270 6 31 0 141 34 114 136 45
Binary 10001010 10111000 110 11001 0 1100001 11100 1001100 1011110 100101

Color Harmonies of #8AB806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB806

Black with #8AB806

Text Example


Text Example

White with #8AB806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,6); }

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

background-color css

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

 a { background-color: rgb(138,184,6); }

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

border-color css

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

 span { border-color: rgb(138,184,6); }

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