Html Css Color HEX #A9BF33 Bahia

📋 copy color: '#A9BF33'

red 169 ◦ green 191 ◦ blue 51

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

Shades of Bahia #A9BF33

Tints of Bahia #A9BF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.41%

R = 41.12%
G = 46.47%
B = 12.41%

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

#A9BF33 (or 0xA9BF33) is known color: Bahia. HEX triplet: A9, BF and 33. RGB value is (169,191,51). Sum of RGB (Red+Green+Blue) = 169+191+51=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BF33 is #5640CC. Grayscale: #A9A9A9. Windows color (decimal): -5652685 or 3391401. OLE color: 3391401.

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

Color convert

RGB 169 191 51 -
CMYK 0.12 0 0.73 0.25
HSL 69.43º 0.58% 0.47% -
HSV(B) 69.43º 0.73% 0.75% -
XYZ 35.59 45.94 10.12 -
YUV 168.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 169 191 51 0.12 0 0.73 0.25 69.43 0.58 0.47
Hex A9 BF 33 C 0 49 19 45 3A 2F
Octal 251 277 63 14 0 111 31 105 72 57
Binary 10101001 10111111 110011 1100 0 1001001 11001 1000101 111010 101111

Color Harmonies of #A9BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF33

Black with #A9BF33

Text Example


Text Example

White with #A9BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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