Html Css Color HEX #A4BD23 Bahia

📋 copy color: '#A4BD23'

red 164 ◦ green 189 ◦ blue 35

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

Shades of Bahia #A4BD23

Tints of Bahia #A4BD23

RGB

 RED value IS 164 (64.45% from 255) = 42.27%

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

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

R = 42.27%
G = 48.71%
B = 9.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#A4BD23 (or 0xA4BD23) is known color: Bahia. HEX triplet: A4, BD and 23. RGB value is (164,189,35). Sum of RGB (Red+Green+Blue) = 164+189+35=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BD23 is #5B42DC. Grayscale: #A4A4A4. Windows color (decimal): -5980893 or 2342308. OLE color: 2342308.

HSL color Cylindrical-coordinate representation of color #A4BD23: hue angle of 69.74º 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 #A4BD23 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 189 35 -
CMYK 0.13 0 0.81 0.26
HSL 69.74º 0.69% 0.44% -
HSV(B) 69.74º 0.81% 0.74% -
XYZ 33.81 44.41 8.38 -
YUV 163.97 55.22 128.02 -
System Red Green Blue C M Y K H S L
Decimal 164 189 35 0.13 0 0.81 0.26 69.74 0.69 0.44
Hex A4 BD 23 D 0 51 1A 46 45 2C
Octal 244 275 43 15 0 121 32 106 105 54
Binary 10100100 10111101 100011 1101 0 1010001 11010 1000110 1000101 101100

Color Harmonies of #A4BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BD23

Black with #A4BD23

Text Example


Text Example

White with #A4BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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