Html Css Color HEX #A8BE29 Bahia

📋 copy color: '#A8BE29'

red 168 ◦ green 190 ◦ blue 41

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

Shades of Bahia #A8BE29

Tints of Bahia #A8BE29

RGB

 RED value IS 168 (66.02% from 255) = 42.11%

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

 BLUE value IS 41 (16.41% from 255) = 10.28%

R = 42.11%
G = 47.62%
B = 10.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#A8BE29 (or 0xA8BE29) is known color: Bahia. HEX triplet: A8, BE and 29. RGB value is (168,190,41). Sum of RGB (Red+Green+Blue) = 168+190+41=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BE29 is #5741D6. Grayscale: #A7A7A7. Windows color (decimal): -5718487 or 2735784. OLE color: 2735784.

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

Color convert

RGB 168 190 41 -
CMYK 0.12 0 0.78 0.25
HSL 68.86º 0.65% 0.45% -
HSV(B) 68.86º 0.78% 0.75% -
XYZ 34.96 45.31 9 -
YUV 166.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 168 190 41 0.12 0 0.78 0.25 68.86 0.65 0.45
Hex A8 BE 29 C 0 4E 19 45 41 2D
Octal 250 276 51 14 0 116 31 105 101 55
Binary 10101000 10111110 101001 1100 0 1001110 11001 1000101 1000001 101101

Color Harmonies of #A8BE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE29

Black with #A8BE29

Text Example


Text Example

White with #A8BE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE29; }

 p { color: rgb(168,190,41); }

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

background-color css

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

 a { background-color: rgb(168,190,41); }

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

border-color css

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

 span { border-color: rgb(168,190,41); }

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