Html Css Color HEX #8AB108 Citrus

📋 copy color: '#8AB108'

red 138 ◦ green 177 ◦ blue 8

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

Shades of Citrus #8AB108

Tints of Citrus #8AB108

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.8%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 42.72%
G = 54.8%
B = 2.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#8AB108 (or 0x8AB108) is known color: Citrus. HEX triplet: 8A, B1 and 08. RGB value is (138,177,8). Sum of RGB (Red+Green+Blue) = 138+177+8=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB108 is #754EF7. Grayscale: #929292. Windows color (decimal): -7687928 or 569738. OLE color: 569738.

HSL color Cylindrical-coordinate representation of color #8AB108: hue angle of 73.85º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AB108 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 177 8 -
CMYK 0.22 0 0.95 0.31
HSL 73.85º 0.91% 0.36% -
HSV(B) 73.85º 0.95% 0.69% -
XYZ 26.25 36.87 5.96 -
YUV 146.07 50.08 122.24 -
System Red Green Blue C M Y K H S L
Decimal 138 177 8 0.22 0 0.95 0.31 73.85 0.91 0.36
Hex 8A B1 8 16 0 5F 1F 4A 5B 24
Octal 212 261 10 26 0 137 37 112 133 44
Binary 10001010 10110001 1000 10110 0 1011111 11111 1001010 1011011 100100

Color Harmonies of #8AB108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB108

Black with #8AB108

Text Example


Text Example

White with #8AB108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,8); }

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

background-color css

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

 a { background-color: rgb(138,177,8); }

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

border-color css

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

 span { border-color: rgb(138,177,8); }

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