Html Css Color HEX #A4BF1C Bahia

📋 copy color: '#A4BF1C'

red 164 ◦ green 191 ◦ blue 28

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

Shades of Bahia #A4BF1C

Tints of Bahia #A4BF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.31%

R = 42.82%
G = 49.87%
B = 7.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#A4BF1C (or 0xA4BF1C) is known color: Bahia. HEX triplet: A4, BF and 1C. RGB value is (164,191,28). Sum of RGB (Red+Green+Blue) = 164+191+28=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF1C is #5B40E3. Grayscale: #A4A4A4. Windows color (decimal): -5980388 or 1884068. OLE color: 1884068.

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

Color convert

RGB 164 191 28 -
CMYK 0.14 0 0.85 0.25
HSL 69.94º 0.74% 0.43% -
HSV(B) 69.94º 0.85% 0.75% -
XYZ 34.15 45.24 8.03 -
YUV 164.35 51.05 127.75 -
System Red Green Blue C M Y K H S L
Decimal 164 191 28 0.14 0 0.85 0.25 69.94 0.74 0.43
Hex A4 BF 1C E 0 55 19 46 4A 2B
Octal 244 277 34 16 0 125 31 106 112 53
Binary 10100100 10111111 11100 1110 0 1010101 11001 1000110 1001010 101011

Color Harmonies of #A4BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF1C

Black with #A4BF1C

Text Example


Text Example

White with #A4BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF1C; }

 p { color: rgb(164,191,28); }

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

background-color css

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

 a { background-color: rgb(164,191,28); }

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

border-color css

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

 span { border-color: rgb(164,191,28); }

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