Html Css Color HEX #A6B835 Bahia

📋 copy color: '#A6B835'

red 166 ◦ green 184 ◦ blue 53

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

Shades of Bahia #A6B835

Tints of Bahia #A6B835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 53 (21.09% from 255) = 13.15%

R = 41.19%
G = 45.66%
B = 13.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#A6B835 (or 0xA6B835) is known color: Bahia. HEX triplet: A6, B8 and 35. RGB value is (166,184,53). Sum of RGB (Red+Green+Blue) = 166+184+53=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B835 is #5947CA. Grayscale: #A4A4A4. Windows color (decimal): -5851083 or 3520678. OLE color: 3520678.

HSL color Cylindrical-coordinate representation of color #A6B835: hue angle of 68.24º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6B835 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 53 -
CMYK 0.10 0 0.71 0.28
HSL 68.24º 0.55% 0.46% -
HSV(B) 68.24º 0.71% 0.72% -
XYZ 33.51 42.65 9.83 -
YUV 163.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 166 184 53 0.10 0 0.71 0.28 68.24 0.55 0.46
Hex A6 B8 35 A 0 47 1C 44 37 2E
Octal 246 270 65 12 0 107 34 104 67 56
Binary 10100110 10111000 110101 1010 0 1000111 11100 1000100 110111 101110

Color Harmonies of #A6B835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B835

Black with #A6B835

Text Example


Text Example

White with #A6B835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B835; }

 p { color: rgb(166,184,53); }

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

background-color css

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

 a { background-color: rgb(166,184,53); }

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

border-color css

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

 span { border-color: rgb(166,184,53); }

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