Html Css Color HEX #A6BE28 Bahia

📋 copy color: '#A6BE28'

red 166 ◦ green 190 ◦ blue 40

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

Shades of Bahia #A6BE28

Tints of Bahia #A6BE28

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.98%

 BLUE value IS 40 (16.02% from 255) = 10.1%

R = 41.92%
G = 47.98%
B = 10.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#A6BE28 (or 0xA6BE28) is known color: Bahia. HEX triplet: A6, BE and 28. RGB value is (166,190,40). Sum of RGB (Red+Green+Blue) = 166+190+40=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE28 is #5941D7. Grayscale: #A6A6A6. Windows color (decimal): -5849560 or 2670246. OLE color: 2670246.

HSL color Cylindrical-coordinate representation of color #A6BE28: hue angle of 69.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6BE28 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 190 40 -
CMYK 0.13 0 0.79 0.25
HSL 69.6º 0.65% 0.45% -
HSV(B) 69.6º 0.79% 0.75% -
XYZ 34.52 45.09 8.89 -
YUV 165.72 57.05 128.2 -
System Red Green Blue C M Y K H S L
Decimal 166 190 40 0.13 0 0.79 0.25 69.6 0.65 0.45
Hex A6 BE 28 D 0 4F 19 46 41 2D
Octal 246 276 50 15 0 117 31 106 101 55
Binary 10100110 10111110 101000 1101 0 1001111 11001 1000110 1000001 101101

Color Harmonies of #A6BE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE28

Black with #A6BE28

Text Example


Text Example

White with #A6BE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE28; }

 p { color: rgb(166,190,40); }

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

background-color css

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

 a { background-color: rgb(166,190,40); }

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

border-color css

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

 span { border-color: rgb(166,190,40); }

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