Html Css Color HEX #A3BF06 Citrus

📋 copy color: '#A3BF06'

red 163 ◦ green 191 ◦ blue 6

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

Shades of Citrus #A3BF06

Tints of Citrus #A3BF06

RGB

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

 GREEN value IS 191 (75% from 255) = 53.06%

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

R = 45.28%
G = 53.06%
B = 1.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#A3BF06 (or 0xA3BF06) is known color: Citrus. HEX triplet: A3, BF and 06. RGB value is (163,191,6). Sum of RGB (Red+Green+Blue) = 163+191+6=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BF06 is #5C40F9. Grayscale: #A2A2A2. Windows color (decimal): -6045946 or 442275. OLE color: 442275.

HSL color Cylindrical-coordinate representation of color #A3BF06: hue angle of 69.08º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3BF06 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 191 6 -
CMYK 0.15 0 0.97 0.25
HSL 69.08º 0.94% 0.39% -
HSV(B) 69.08º 0.97% 0.75% -
XYZ 33.77 45.06 7.09 -
YUV 161.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 163 191 6 0.15 0 0.97 0.25 69.08 0.94 0.39
Hex A3 BF 6 F 0 61 19 45 5E 27
Octal 243 277 6 17 0 141 31 105 136 47
Binary 10100011 10111111 110 1111 0 1100001 11001 1000101 1011110 100111

Color Harmonies of #A3BF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BF06

Black with #A3BF06

Text Example


Text Example

White with #A3BF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BF06; }

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

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

background-color css

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

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

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

border-color css

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

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

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