Html Css Color HEX #8AB208 Citrus

📋 copy color: '#8AB208'

red 138 ◦ green 178 ◦ blue 8

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

Shades of Citrus #8AB208

Tints of Citrus #8AB208

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.94%

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

R = 42.59%
G = 54.94%
B = 2.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#8AB208 (or 0x8AB208) is known color: Citrus. HEX triplet: 8A, B2 and 08. RGB value is (138,178,8). Sum of RGB (Red+Green+Blue) = 138+178+8=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB208 is #754DF7. Grayscale: #939393. Windows color (decimal): -7687672 or 569994. OLE color: 569994.

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

Color convert

RGB 138 178 8 -
CMYK 0.22 0 0.96 0.30
HSL 74.12º 0.91% 0.36% -
HSV(B) 74.12º 0.96% 0.7% -
XYZ 26.45 37.26 6.03 -
YUV 146.66 49.75 121.82 -
System Red Green Blue C M Y K H S L
Decimal 138 178 8 0.22 0 0.96 0.30 74.12 0.91 0.36
Hex 8A B2 8 16 0 60 1E 4A 5B 24
Octal 212 262 10 26 0 140 36 112 133 44
Binary 10001010 10110010 1000 10110 0 1100000 11110 1001010 1011011 100100

Color Harmonies of #8AB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB208

Black with #8AB208

Text Example


Text Example

White with #8AB208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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