Html Css Color HEX #A8BA01 Citrus

📋 copy color: '#A8BA01'

red 168 ◦ green 186 ◦ blue 1

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

Shades of Citrus #A8BA01

Tints of Citrus #A8BA01

RGB

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

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

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

R = 47.32%
G = 52.39%
B = 0.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#A8BA01 (or 0xA8BA01) is known color: Citrus. HEX triplet: A8, BA and 01. RGB value is (168,186,1). Sum of RGB (Red+Green+Blue) = 168+186+1=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA01 is #5745FE. Grayscale: #A0A0A0. Windows color (decimal): -5719551 or 113320. OLE color: 113320.

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

Color convert

RGB 168 186 1 -
CMYK 0.10 0 0.99 0.27
HSL 65.84º 0.99% 0.37% -
HSV(B) 65.84º 0.99% 0.73% -
XYZ 33.71 43.44 6.64 -
YUV 159.53 38.54 134.04 -
System Red Green Blue C M Y K H S L
Decimal 168 186 1 0.10 0 0.99 0.27 65.84 0.99 0.37
Hex A8 BA 1 A 0 63 1B 42 63 25
Octal 250 272 1 12 0 143 33 102 143 45
Binary 10101000 10111010 1 1010 0 1100011 11011 1000010 1100011 100101

Color Harmonies of #A8BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA01

Black with #A8BA01

Text Example


Text Example

White with #A8BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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