Html Css Color HEX #A4B72B Bahia

📋 copy color: '#A4B72B'

red 164 ◦ green 183 ◦ blue 43

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

Shades of Bahia #A4B72B

Tints of Bahia #A4B72B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.92%

 BLUE value IS 43 (17.19% from 255) = 11.03%

R = 42.05%
G = 46.92%
B = 11.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#A4B72B (or 0xA4B72B) is known color: Bahia. HEX triplet: A4, B7 and 2B. RGB value is (164,183,43). Sum of RGB (Red+Green+Blue) = 164+183+43=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B72B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B72B is #5B48D4. Grayscale: #A1A1A1. Windows color (decimal): -5982421 or 2865060. OLE color: 2865060.

HSL color Cylindrical-coordinate representation of color #A4B72B: hue angle of 68.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4B72B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 43 -
CMYK 0.10 0 0.77 0.28
HSL 68.14º 0.62% 0.44% -
HSV(B) 68.14º 0.77% 0.72% -
XYZ 32.68 41.93 8.66 -
YUV 161.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 164 183 43 0.10 0 0.77 0.28 68.14 0.62 0.44
Hex A4 B7 2B A 0 4D 1C 44 3E 2C
Octal 244 267 53 12 0 115 34 104 76 54
Binary 10100100 10110111 101011 1010 0 1001101 11100 1000100 111110 101100

Color Harmonies of #A4B72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B72B

Black with #A4B72B

Text Example


Text Example

White with #A4B72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B72B; }

 p { color: rgb(164,183,43); }

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

background-color css

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

 a { background-color: rgb(164,183,43); }

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

border-color css

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

 span { border-color: rgb(164,183,43); }

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