Html Css Color HEX #A8B300 Citrus

📋 copy color: '#A8B300'

red 168 ◦ green 179 ◦ blue 0

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

Shades of Citrus #A8B300

Tints of Citrus #A8B300

RGB

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

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

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

R = 48.41%
G = 51.59%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#A8B300 (or 0xA8B300) is known color: Citrus. HEX triplet: A8, B3 and 00. RGB value is (168,179,0). Sum of RGB (Red+Green+Blue) = 168+179+0=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B300 is #574CFF. Grayscale: #9C9C9C. Windows color (decimal): -5721344 or 45992. OLE color: 45992.

HSL color Cylindrical-coordinate representation of color #A8B300: hue angle of 63.69º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8B300 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 179 0 -
CMYK 0.06 0 1 0.30
HSL 63.69º 1% 0.35% -
HSV(B) 63.69º 1% 0.7% -
XYZ 32.27 40.57 6.13 -
YUV 155.31 40.36 137.05 -
System Red Green Blue C M Y K H S L
Decimal 168 179 0 0.06 0 1 0.30 63.69 1 0.35
Hex A8 B3 0 6 0 64 1E 40 64 23
Octal 250 263 0 6 0 144 36 100 144 43
Binary 10101000 10110011 0 110 0 1100100 11110 1000000 1100100 100011

Color Harmonies of #A8B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B300

Black with #A8B300

Text Example


Text Example

White with #A8B300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B300; }

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

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

background-color css

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

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

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

border-color css

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

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

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