Html Css Color HEX #A9BF10 Bahia

📋 copy color: '#A9BF10'

red 169 ◦ green 191 ◦ blue 16

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

Shades of Bahia #A9BF10

Tints of Bahia #A9BF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 44.95%
G = 50.8%
B = 4.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A9BF10 (or 0xA9BF10) is known color: Bahia. HEX triplet: A9, BF and 10. RGB value is (169,191,16). Sum of RGB (Red+Green+Blue) = 169+191+16=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9BF10 is #5640EF. Grayscale: #A5A5A5. Windows color (decimal): -5652720 or 1097641. OLE color: 1097641.

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

Color convert

RGB 169 191 16 -
CMYK 0.12 0 0.92 0.25
HSL 67.54º 0.85% 0.41% -
HSV(B) 67.54º 0.92% 0.75% -
XYZ 35.09 45.73 7.47 -
YUV 164.47 44.21 131.23 -
System Red Green Blue C M Y K H S L
Decimal 169 191 16 0.12 0 0.92 0.25 67.54 0.85 0.41
Hex A9 BF 10 C 0 5C 19 44 55 29
Octal 251 277 20 14 0 134 31 104 125 51
Binary 10101001 10111111 10000 1100 0 1011100 11001 1000100 1010101 101001

Color Harmonies of #A9BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF10

Black with #A9BF10

Text Example


Text Example

White with #A9BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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