Html Css Color HEX #8AB306 Citrus

📋 copy color: '#8AB306'

red 138 ◦ green 179 ◦ blue 6

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

Shades of Citrus #8AB306

Tints of Citrus #8AB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.42%

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

R = 42.72%
G = 55.42%
B = 1.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#8AB306 (or 0x8AB306) is known color: Citrus. HEX triplet: 8A, B3 and 06. RGB value is (138,179,6). Sum of RGB (Red+Green+Blue) = 138+179+6=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB306 is #754CF9. Grayscale: #939393. Windows color (decimal): -7687418 or 439178. OLE color: 439178.

HSL color Cylindrical-coordinate representation of color #8AB306: hue angle of 74.22º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AB306 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 6 -
CMYK 0.23 0 0.97 0.30
HSL 74.22º 0.94% 0.36% -
HSV(B) 74.22º 0.97% 0.7% -
XYZ 26.63 37.66 6.04 -
YUV 147.02 48.42 121.57 -
System Red Green Blue C M Y K H S L
Decimal 138 179 6 0.23 0 0.97 0.30 74.22 0.94 0.36
Hex 8A B3 6 17 0 61 1E 4A 5E 24
Octal 212 263 6 27 0 141 36 112 136 44
Binary 10001010 10110011 110 10111 0 1100001 11110 1001010 1011110 100100

Color Harmonies of #8AB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB306

Black with #8AB306

Text Example


Text Example

White with #8AB306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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