Html Css Color HEX #A9BF34 Bahia

📋 copy color: '#A9BF34'

red 169 ◦ green 191 ◦ blue 52

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

Shades of Bahia #A9BF34

Tints of Bahia #A9BF34

RGB

 RED value IS 169 (66.41% from 255) = 41.02%

 GREEN value IS 191 (75% from 255) = 46.36%

 BLUE value IS 52 (20.7% from 255) = 12.62%

R = 41.02%
G = 46.36%
B = 12.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#A9BF34 (or 0xA9BF34) is known color: Bahia. HEX triplet: A9, BF and 34. RGB value is (169,191,52). Sum of RGB (Red+Green+Blue) = 169+191+52=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BF34 is #5640CB. Grayscale: #A9A9A9. Windows color (decimal): -5652684 or 3456937. OLE color: 3456937.

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

Color convert

RGB 169 191 52 -
CMYK 0.12 0 0.73 0.25
HSL 69.5º 0.57% 0.48% -
HSV(B) 69.5º 0.73% 0.75% -
XYZ 35.61 45.94 10.24 -
YUV 168.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 169 191 52 0.12 0 0.73 0.25 69.5 0.57 0.48
Hex A9 BF 34 C 0 49 19 45 39 30
Octal 251 277 64 14 0 111 31 105 71 60
Binary 10101001 10111111 110100 1100 0 1001001 11001 1000101 111001 110000

Color Harmonies of #A9BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF34

Black with #A9BF34

Text Example


Text Example

White with #A9BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF34; }

 p { color: rgb(169,191,52); }

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

background-color css

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

 a { background-color: rgb(169,191,52); }

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

border-color css

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

 span { border-color: rgb(169,191,52); }

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