Html Css Color HEX #A3BA06 Citrus

📋 copy color: '#A3BA06'

red 163 ◦ green 186 ◦ blue 6

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

Shades of Citrus #A3BA06

Tints of Citrus #A3BA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 45.92%
G = 52.39%
B = 1.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#A3BA06 (or 0xA3BA06) is known color: Citrus. HEX triplet: A3, BA and 06. RGB value is (163,186,6). Sum of RGB (Red+Green+Blue) = 163+186+6=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA06 is #5C45F9. Grayscale: #9F9F9F. Windows color (decimal): -6047226 or 440995. OLE color: 440995.

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

Color convert

RGB 163 186 6 -
CMYK 0.12 0 0.97 0.27
HSL 67.67º 0.94% 0.38% -
HSV(B) 67.67º 0.97% 0.73% -
XYZ 32.7 42.92 6.73 -
YUV 158.6 41.88 131.14 -
System Red Green Blue C M Y K H S L
Decimal 163 186 6 0.12 0 0.97 0.27 67.67 0.94 0.38
Hex A3 BA 6 C 0 61 1B 44 5E 26
Octal 243 272 6 14 0 141 33 104 136 46
Binary 10100011 10111010 110 1100 0 1100001 11011 1000100 1011110 100110

Color Harmonies of #A3BA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA06

Black with #A3BA06

Text Example


Text Example

White with #A3BA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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