Html Css Color HEX #A6CA1B Bahia

📋 copy color: '#A6CA1B'

red 166 ◦ green 202 ◦ blue 27

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

Shades of Bahia #A6CA1B

Tints of Bahia #A6CA1B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.14%

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

R = 42.03%
G = 51.14%
B = 6.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#A6CA1B (or 0xA6CA1B) is known color: Bahia. HEX triplet: A6, CA and 1B. RGB value is (166,202,27). Sum of RGB (Red+Green+Blue) = 166+202+27=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA1B is #5935E4. Grayscale: #ABABAB. Windows color (decimal): -5846501 or 1821350. OLE color: 1821350.

HSL color Cylindrical-coordinate representation of color #A6CA1B: hue angle of 72.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6CA1B is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 202 27 -
CMYK 0.18 0 0.87 0.21
HSL 72.34º 0.76% 0.45% -
HSV(B) 72.34º 0.87% 0.79% -
XYZ 37.04 50.43 8.82 -
YUV 171.29 46.57 124.23 -
System Red Green Blue C M Y K H S L
Decimal 166 202 27 0.18 0 0.87 0.21 72.34 0.76 0.45
Hex A6 CA 1B 12 0 57 15 48 4C 2D
Octal 246 312 33 22 0 127 25 110 114 55
Binary 10100110 11001010 11011 10010 0 1010111 10101 1001000 1001100 101101

Color Harmonies of #A6CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CA1B

Black with #A6CA1B

Text Example


Text Example

White with #A6CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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