Html Css Color HEX #A6B735 Bahia

📋 copy color: '#A6B735'

red 166 ◦ green 183 ◦ blue 53

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

Shades of Bahia #A6B735

Tints of Bahia #A6B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.52%

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

R = 41.29%
G = 45.52%
B = 13.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#A6B735 (or 0xA6B735) is known color: Bahia. HEX triplet: A6, B7 and 35. RGB value is (166,183,53). Sum of RGB (Red+Green+Blue) = 166+183+53=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 53 (21.09% from 255 or 13.18% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B735 is #5948CA. Grayscale: #A3A3A3. Windows color (decimal): -5851339 or 3520422. OLE color: 3520422.

HSL color Cylindrical-coordinate representation of color #A6B735: hue angle of 67.85º 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 #A6B735 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 53 -
CMYK 0.09 0 0.71 0.28
HSL 67.85º 0.55% 0.46% -
HSV(B) 67.85º 0.71% 0.72% -
XYZ 33.3 42.23 9.76 -
YUV 163.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 166 183 53 0.09 0 0.71 0.28 67.85 0.55 0.46
Hex A6 B7 35 9 0 47 1C 44 37 2E
Octal 246 267 65 11 0 107 34 104 67 56
Binary 10100110 10110111 110101 1001 0 1000111 11100 1000100 110111 101110

Color Harmonies of #A6B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B735

Black with #A6B735

Text Example


Text Example

White with #A6B735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B735; }

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

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

background-color css

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

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

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

border-color css

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

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

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