Html Css Color HEX #A3BC04 Citrus

📋 copy color: '#A3BC04'

red 163 ◦ green 188 ◦ blue 4

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

Shades of Citrus #A3BC04

Tints of Citrus #A3BC04

RGB

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

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

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

R = 45.92%
G = 52.96%
B = 1.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A3BC04 (or 0xA3BC04) is known color: Citrus. HEX triplet: A3, BC and 04. RGB value is (163,188,4). Sum of RGB (Red+Green+Blue) = 163+188+4=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BC04 is #5C43FB. Grayscale: #A0A0A0. Windows color (decimal): -6046716 or 310435. OLE color: 310435.

HSL color Cylindrical-coordinate representation of color #A3BC04: hue angle of 68.15º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3BC04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 4 -
CMYK 0.13 0 0.98 0.26
HSL 68.15º 0.96% 0.38% -
HSV(B) 68.15º 0.98% 0.74% -
XYZ 33.11 43.76 6.82 -
YUV 159.55 40.22 130.46 -
System Red Green Blue C M Y K H S L
Decimal 163 188 4 0.13 0 0.98 0.26 68.15 0.96 0.38
Hex A3 BC 4 D 0 62 1A 44 60 26
Octal 243 274 4 15 0 142 32 104 140 46
Binary 10100011 10111100 100 1101 0 1100010 11010 1000100 1100000 100110

Color Harmonies of #A3BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC04

Black with #A3BC04

Text Example


Text Example

White with #A3BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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