Html Css Color HEX #A4C31B Bahia

📋 copy color: '#A4C31B'

red 164 ◦ green 195 ◦ blue 27

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

Shades of Bahia #A4C31B

Tints of Bahia #A4C31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.52%

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 42.49%
G = 50.52%
B = 6.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#A4C31B (or 0xA4C31B) is known color: Bahia. HEX triplet: A4, C3 and 1B. RGB value is (164,195,27). Sum of RGB (Red+Green+Blue) = 164+195+27=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C31B is #5B3CE4. Grayscale: #A7A7A7. Windows color (decimal): -5979365 or 1819556. OLE color: 1819556.

HSL color Cylindrical-coordinate representation of color #A4C31B: hue angle of 71.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4C31B is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 195 27 -
CMYK 0.16 0 0.86 0.24
HSL 71.07º 0.76% 0.44% -
HSV(B) 71.07º 0.86% 0.76% -
XYZ 35.02 47 8.26 -
YUV 166.58 49.23 126.16 -
System Red Green Blue C M Y K H S L
Decimal 164 195 27 0.16 0 0.86 0.24 71.07 0.76 0.44
Hex A4 C3 1B 10 0 56 18 47 4C 2C
Octal 244 303 33 20 0 126 30 107 114 54
Binary 10100100 11000011 11011 10000 0 1010110 11000 1000111 1001100 101100

Color Harmonies of #A4C31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C31B

Black with #A4C31B

Text Example


Text Example

White with #A4C31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C31B; }

 p { color: rgb(164,195,27); }

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

background-color css

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

 a { background-color: rgb(164,195,27); }

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

border-color css

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

 span { border-color: rgb(164,195,27); }

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