Html Css Color HEX #A8BA08 Citrus

📋 copy color: '#A8BA08'

red 168 ◦ green 186 ◦ blue 8

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

Shades of Citrus #A8BA08

Tints of Citrus #A8BA08

RGB

 RED value IS 168 (66.02% from 255) = 46.41%

 GREEN value IS 186 (73.05% from 255) = 51.38%

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

R = 46.41%
G = 51.38%
B = 2.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A8BA08 (or 0xA8BA08) is known color: Citrus. HEX triplet: A8, BA and 08. RGB value is (168,186,8). Sum of RGB (Red+Green+Blue) = 168+186+8=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA08 is #5745F7. Grayscale: #A1A1A1. Windows color (decimal): -5719544 or 572072. OLE color: 572072.

HSL color Cylindrical-coordinate representation of color #A8BA08: hue angle of 66.07º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8BA08 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 8 -
CMYK 0.10 0 0.96 0.27
HSL 66.07º 0.92% 0.38% -
HSV(B) 66.07º 0.96% 0.73% -
XYZ 33.75 43.46 6.84 -
YUV 160.33 42.04 133.47 -
System Red Green Blue C M Y K H S L
Decimal 168 186 8 0.10 0 0.96 0.27 66.07 0.92 0.38
Hex A8 BA 8 A 0 60 1B 42 5C 26
Octal 250 272 10 12 0 140 33 102 134 46
Binary 10101000 10111010 1000 1010 0 1100000 11011 1000010 1011100 100110

Color Harmonies of #A8BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA08

Black with #A8BA08

Text Example


Text Example

White with #A8BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA08; }

 p { color: rgb(168,186,8); }

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

background-color css

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

 a { background-color: rgb(168,186,8); }

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

border-color css

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

 span { border-color: rgb(168,186,8); }

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