Html Css Color HEX #A4BE27 Bahia

📋 copy color: '#A4BE27'

red 164 ◦ green 190 ◦ blue 39

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

Shades of Bahia #A4BE27

Tints of Bahia #A4BE27

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.35%

 BLUE value IS 39 (15.63% from 255) = 9.92%

R = 41.73%
G = 48.35%
B = 9.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#A4BE27 (or 0xA4BE27) is known color: Bahia. HEX triplet: A4, BE and 27. RGB value is (164,190,39). Sum of RGB (Red+Green+Blue) = 164+190+39=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BE27 is #5B41D8. Grayscale: #A5A5A5. Windows color (decimal): -5980633 or 2604708. OLE color: 2604708.

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

Color convert

RGB 164 190 39 -
CMYK 0.14 0 0.79 0.25
HSL 70.33º 0.66% 0.45% -
HSV(B) 70.33º 0.79% 0.75% -
XYZ 34.09 44.87 8.78 -
YUV 165.01 56.89 127.28 -
System Red Green Blue C M Y K H S L
Decimal 164 190 39 0.14 0 0.79 0.25 70.33 0.66 0.45
Hex A4 BE 27 E 0 4F 19 46 42 2D
Octal 244 276 47 16 0 117 31 106 102 55
Binary 10100100 10111110 100111 1110 0 1001111 11001 1000110 1000010 101101

Color Harmonies of #A4BE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BE27

Black with #A4BE27

Text Example


Text Example

White with #A4BE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BE27; }

 p { color: rgb(164,190,39); }

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

background-color css

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

 a { background-color: rgb(164,190,39); }

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

border-color css

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

 span { border-color: rgb(164,190,39); }

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