Html Css Color HEX #A8B900 Citrus

📋 copy color: '#A8B900'

red 168 ◦ green 185 ◦ blue 0

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

Shades of Citrus #A8B900

Tints of Citrus #A8B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.59%
G = 52.41%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A8B900 (or 0xA8B900) is known color: Citrus. HEX triplet: A8, B9 and 00. RGB value is (168,185,0). Sum of RGB (Red+Green+Blue) = 168+185+0=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B900 is #5746FF. Grayscale: #9F9F9F. Windows color (decimal): -5719808 or 47528. OLE color: 47528.

HSL color Cylindrical-coordinate representation of color #A8B900: hue angle of 65.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8B900 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 0 -
CMYK 0.09 0 1 0.27
HSL 65.51º 1% 0.36% -
HSV(B) 65.51º 1% 0.73% -
XYZ 33.5 43.02 6.54 -
YUV 158.83 38.37 134.54 -
System Red Green Blue C M Y K H S L
Decimal 168 185 0 0.09 0 1 0.27 65.51 1 0.36
Hex A8 B9 0 9 0 64 1B 42 64 24
Octal 250 271 0 11 0 144 33 102 144 44
Binary 10101000 10111001 0 1001 0 1100100 11011 1000010 1100100 100100

Color Harmonies of #A8B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B900

Black with #A8B900

Text Example


Text Example

White with #A8B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B900; }

 p { color: rgb(168,185,0); }

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

background-color css

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

 a { background-color: rgb(168,185,0); }

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

border-color css

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

 span { border-color: rgb(168,185,0); }

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