Html Css Color HEX #A8BA03 Citrus

📋 copy color: '#A8BA03'

red 168 ◦ green 186 ◦ blue 3

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

Shades of Citrus #A8BA03

Tints of Citrus #A8BA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 47.06%
G = 52.1%
B = 0.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A8BA03 (or 0xA8BA03) is known color: Citrus. HEX triplet: A8, BA and 03. RGB value is (168,186,3). Sum of RGB (Red+Green+Blue) = 168+186+3=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA03 is #5745FC. Grayscale: #A0A0A0. Windows color (decimal): -5719549 or 244392. OLE color: 244392.

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

Color convert

RGB 168 186 3 -
CMYK 0.10 0 0.98 0.27
HSL 65.9º 0.97% 0.37% -
HSV(B) 65.9º 0.98% 0.73% -
XYZ 33.72 43.45 6.7 -
YUV 159.76 39.54 133.88 -
System Red Green Blue C M Y K H S L
Decimal 168 186 3 0.10 0 0.98 0.27 65.9 0.97 0.37
Hex A8 BA 3 A 0 62 1B 42 61 25
Octal 250 272 3 12 0 142 33 102 141 45
Binary 10101000 10111010 11 1010 0 1100010 11011 1000010 1100001 100101

Color Harmonies of #A8BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA03

Black with #A8BA03

Text Example


Text Example

White with #A8BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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