Html Css Color HEX #A8BC00 Citrus

📋 copy color: '#A8BC00'

red 168 ◦ green 188 ◦ blue 0

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

Shades of Citrus #A8BC00

Tints of Citrus #A8BC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

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

R = 47.19%
G = 52.81%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#A8BC00 (or 0xA8BC00) is known color: Citrus. HEX triplet: A8, BC and 00. RGB value is (168,188,0). Sum of RGB (Red+Green+Blue) = 168+188+0=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC00 is #5743FF. Grayscale: #A1A1A1. Windows color (decimal): -5719040 or 48296. OLE color: 48296.

HSL color Cylindrical-coordinate representation of color #A8BC00: hue angle of 66.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8BC00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 0 -
CMYK 0.11 0 1 0.26
HSL 66.38º 1% 0.37% -
HSV(B) 66.38º 1% 0.74% -
XYZ 34.13 44.29 6.75 -
YUV 160.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 168 188 0 0.11 0 1 0.26 66.38 1 0.37
Hex A8 BC 0 B 0 64 1A 42 64 25
Octal 250 274 0 13 0 144 32 102 144 45
Binary 10101000 10111100 0 1011 0 1100100 11010 1000010 1100100 100101

Color Harmonies of #A8BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC00

Black with #A8BC00

Text Example


Text Example

White with #A8BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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