Html Css Color HEX #A6C31B Bahia

📋 copy color: '#A6C31B'

red 166 ◦ green 195 ◦ blue 27

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

Shades of Bahia #A6C31B

Tints of Bahia #A6C31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

 BLUE value IS 27 (10.94% from 255) = 6.96%

R = 42.78%
G = 50.26%
B = 6.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#A6C31B (or 0xA6C31B) is known color: Bahia. HEX triplet: A6, C3 and 1B. RGB value is (166,195,27). Sum of RGB (Red+Green+Blue) = 166+195+27=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C31B is #593CE4. Grayscale: #A7A7A7. Windows color (decimal): -5848293 or 1819558. OLE color: 1819558.

HSL color Cylindrical-coordinate representation of color #A6C31B: hue angle of 70.36º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6C31B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 195 27 -
CMYK 0.15 0 0.86 0.24
HSL 70.36º 0.76% 0.44% -
HSV(B) 70.36º 0.86% 0.76% -
XYZ 35.44 47.22 8.28 -
YUV 167.18 48.89 127.16 -
System Red Green Blue C M Y K H S L
Decimal 166 195 27 0.15 0 0.86 0.24 70.36 0.76 0.44
Hex A6 C3 1B F 0 56 18 46 4C 2C
Octal 246 303 33 17 0 126 30 106 114 54
Binary 10100110 11000011 11011 1111 0 1010110 11000 1000110 1001100 101100

Color Harmonies of #A6C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C31B

Black with #A6C31B

Text Example


Text Example

White with #A6C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C31B; }

 p { color: rgb(166,195,27); }

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

background-color css

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

 a { background-color: rgb(166,195,27); }

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

border-color css

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

 span { border-color: rgb(166,195,27); }

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