Html Css Color HEX #A3BA04 Citrus

📋 copy color: '#A3BA04'

red 163 ◦ green 186 ◦ blue 4

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

Shades of Citrus #A3BA04

Tints of Citrus #A3BA04

RGB

 RED value IS 163 (64.06% from 255) = 46.18%

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

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 46.18%
G = 52.69%
B = 1.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A3BA04 (or 0xA3BA04) is known color: Citrus. HEX triplet: A3, BA and 04. RGB value is (163,186,4). Sum of RGB (Red+Green+Blue) = 163+186+4=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA04 is #5C45FB. Grayscale: #9F9F9F. Windows color (decimal): -6047228 or 309923. OLE color: 309923.

HSL color Cylindrical-coordinate representation of color #A3BA04: hue angle of 67.58º degrees, saturation: 0.96, 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 #A3BA04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 186 4 -
CMYK 0.12 0 0.98 0.27
HSL 67.58º 0.96% 0.37% -
HSV(B) 67.58º 0.98% 0.73% -
XYZ 32.69 42.91 6.68 -
YUV 158.38 40.88 131.3 -
System Red Green Blue C M Y K H S L
Decimal 163 186 4 0.12 0 0.98 0.27 67.58 0.96 0.37
Hex A3 BA 4 C 0 62 1B 44 60 25
Octal 243 272 4 14 0 142 33 104 140 45
Binary 10100011 10111010 100 1100 0 1100010 11011 1000100 1100000 100101

Color Harmonies of #A3BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA04

Black with #A3BA04

Text Example


Text Example

White with #A3BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA04; }

 p { color: rgb(163,186,4); }

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

background-color css

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

 a { background-color: rgb(163,186,4); }

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

border-color css

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

 span { border-color: rgb(163,186,4); }

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