Html Css Color HEX #A4BA00 Citrus

📋 copy color: '#A4BA00'

red 164 ◦ green 186 ◦ blue 0

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

Shades of Citrus #A4BA00

Tints of Citrus #A4BA00

RGB

 RED value IS 164 (64.45% from 255) = 46.86%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.86%
G = 53.14%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A4BA00 (or 0xA4BA00) is known color: Citrus. HEX triplet: A4, BA and 00. RGB value is (164,186,0). Sum of RGB (Red+Green+Blue) = 164+186+0=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BA00 is #5B45FF. Grayscale: #9E9E9E. Windows color (decimal): -5981696 or 47780. OLE color: 47780.

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

Color convert

RGB 164 186 0 -
CMYK 0.12 0 1 0.27
HSL 67.1º 1% 0.36% -
HSV(B) 67.1º 1% 0.73% -
XYZ 32.87 43.01 6.57 -
YUV 158.22 38.71 132.12 -
System Red Green Blue C M Y K H S L
Decimal 164 186 0 0.12 0 1 0.27 67.1 1 0.36
Hex A4 BA 0 C 0 64 1B 43 64 24
Octal 244 272 0 14 0 144 33 103 144 44
Binary 10100100 10111010 0 1100 0 1100100 11011 1000011 1100100 100100

Color Harmonies of #A4BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA00

Black with #A4BA00

Text Example


Text Example

White with #A4BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA00; }

 p { color: rgb(164,186,0); }

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

background-color css

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

 a { background-color: rgb(164,186,0); }

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

border-color css

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

 span { border-color: rgb(164,186,0); }

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