Html Css Color HEX #A9BD23 Bahia

📋 copy color: '#A9BD23'

red 169 ◦ green 189 ◦ blue 35

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

Shades of Bahia #A9BD23

Tints of Bahia #A9BD23

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.09%

 BLUE value IS 35 (14.06% from 255) = 8.91%

R = 43%
G = 48.09%
B = 8.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#A9BD23 (or 0xA9BD23) is known color: Bahia. HEX triplet: A9, BD and 23. RGB value is (169,189,35). Sum of RGB (Red+Green+Blue) = 169+189+35=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9BD23 is #5642DC. Grayscale: #A6A6A6. Windows color (decimal): -5653213 or 2342313. OLE color: 2342313.

HSL color Cylindrical-coordinate representation of color #A9BD23: hue angle of 67.79º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9BD23 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 189 35 -
CMYK 0.11 0 0.81 0.26
HSL 67.79º 0.69% 0.44% -
HSV(B) 67.79º 0.81% 0.74% -
XYZ 34.86 44.95 8.43 -
YUV 165.46 54.37 130.52 -
System Red Green Blue C M Y K H S L
Decimal 169 189 35 0.11 0 0.81 0.26 67.79 0.69 0.44
Hex A9 BD 23 B 0 51 1A 44 45 2C
Octal 251 275 43 13 0 121 32 104 105 54
Binary 10101001 10111101 100011 1011 0 1010001 11010 1000100 1000101 101100

Color Harmonies of #A9BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD23

Black with #A9BD23

Text Example


Text Example

White with #A9BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD23; }

 p { color: rgb(169,189,35); }

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

background-color css

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

 a { background-color: rgb(169,189,35); }

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

border-color css

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

 span { border-color: rgb(169,189,35); }

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