Html Css Color HEX #A8BC01 Citrus

📋 copy color: '#A8BC01'

red 168 ◦ green 188 ◦ blue 1

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

Shades of Citrus #A8BC01

Tints of Citrus #A8BC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.06%
G = 52.66%
B = 0.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A8BC01 (or 0xA8BC01) is known color: Citrus. HEX triplet: A8, BC and 01. RGB value is (168,188,1). Sum of RGB (Red+Green+Blue) = 168+188+1=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC01 is #5743FE. Grayscale: #A1A1A1. Windows color (decimal): -5719039 or 113832. OLE color: 113832.

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

Color convert

RGB 168 188 1 -
CMYK 0.11 0 0.99 0.26
HSL 66.42º 0.99% 0.37% -
HSV(B) 66.42º 0.99% 0.74% -
XYZ 34.14 44.29 6.78 -
YUV 160.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 168 188 1 0.11 0 0.99 0.26 66.42 0.99 0.37
Hex A8 BC 1 B 0 63 1A 42 63 25
Octal 250 274 1 13 0 143 32 102 143 45
Binary 10101000 10111100 1 1011 0 1100011 11010 1000010 1100011 100101

Color Harmonies of #A8BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC01

Black with #A8BC01

Text Example


Text Example

White with #A8BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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