Html Css Color HEX #A6B927 Bahia

📋 copy color: '#A6B927'

red 166 ◦ green 185 ◦ blue 39

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

Shades of Bahia #A6B927

Tints of Bahia #A6B927

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

 BLUE value IS 39 (15.63% from 255) = 10%

R = 42.56%
G = 47.44%
B = 10%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#A6B927 (or 0xA6B927) is known color: Bahia. HEX triplet: A6, B9 and 27. RGB value is (166,185,39). Sum of RGB (Red+Green+Blue) = 166+185+39=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B927 is #5946D8. Grayscale: #A3A3A3. Windows color (decimal): -5850841 or 2603430. OLE color: 2603430.

HSL color Cylindrical-coordinate representation of color #A6B927: hue angle of 67.81º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6B927 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 39 -
CMYK 0.10 0 0.79 0.27
HSL 67.81º 0.65% 0.44% -
HSV(B) 67.81º 0.79% 0.73% -
XYZ 33.44 42.95 8.45 -
YUV 162.68 58.21 130.37 -
System Red Green Blue C M Y K H S L
Decimal 166 185 39 0.10 0 0.79 0.27 67.81 0.65 0.44
Hex A6 B9 27 A 0 4F 1B 44 41 2C
Octal 246 271 47 12 0 117 33 104 101 54
Binary 10100110 10111001 100111 1010 0 1001111 11011 1000100 1000001 101100

Color Harmonies of #A6B927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B927

Black with #A6B927

Text Example


Text Example

White with #A6B927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B927; }

 p { color: rgb(166,185,39); }

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

background-color css

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

 a { background-color: rgb(166,185,39); }

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

border-color css

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

 span { border-color: rgb(166,185,39); }

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