Html Css Color HEX #A6B305 Citrus

📋 copy color: '#A6B305'

red 166 ◦ green 179 ◦ blue 5

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

Shades of Citrus #A6B305

Tints of Citrus #A6B305

RGB

 RED value IS 166 (65.23% from 255) = 47.43%

 GREEN value IS 179 (70.31% from 255) = 51.14%

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 47.43%
G = 51.14%
B = 1.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#A6B305 (or 0xA6B305) is known color: Citrus. HEX triplet: A6, B3 and 05. RGB value is (166,179,5). Sum of RGB (Red+Green+Blue) = 166+179+5=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B305 is #594CFA. Grayscale: #9B9B9B. Windows color (decimal): -5852411 or 373670. OLE color: 373670.

HSL color Cylindrical-coordinate representation of color #A6B305: hue angle of 64.48º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6B305 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 5 -
CMYK 0.07 0 0.97 0.30
HSL 64.48º 0.95% 0.36% -
HSV(B) 64.48º 0.97% 0.7% -
XYZ 31.87 40.36 6.25 -
YUV 155.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 166 179 5 0.07 0 0.97 0.30 64.48 0.95 0.36
Hex A6 B3 5 7 0 61 1E 40 5F 24
Octal 246 263 5 7 0 141 36 100 137 44
Binary 10100110 10110011 101 111 0 1100001 11110 1000000 1011111 100100

Color Harmonies of #A6B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B305

Black with #A6B305

Text Example


Text Example

White with #A6B305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B305; }

 p { color: rgb(166,179,5); }

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

background-color css

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

 a { background-color: rgb(166,179,5); }

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

border-color css

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

 span { border-color: rgb(166,179,5); }

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