Html Css Color HEX #A4CA1E Bahia

📋 copy color: '#A4CA1E'

red 164 ◦ green 202 ◦ blue 30

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

Shades of Bahia #A4CA1E

Tints of Bahia #A4CA1E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.01%

 BLUE value IS 30 (12.11% from 255) = 7.58%

R = 41.41%
G = 51.01%
B = 7.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#A4CA1E (or 0xA4CA1E) is known color: Bahia. HEX triplet: A4, CA and 1E. RGB value is (164,202,30). Sum of RGB (Red+Green+Blue) = 164+202+30=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA1E is #5B35E1. Grayscale: #ABABAB. Windows color (decimal): -5977570 or 2017956. OLE color: 2017956.

HSL color Cylindrical-coordinate representation of color #A4CA1E: hue angle of 73.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4CA1E is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 30 -
CMYK 0.19 0 0.85 0.21
HSL 73.26º 0.74% 0.45% -
HSV(B) 73.26º 0.85% 0.79% -
XYZ 36.66 50.23 8.99 -
YUV 171.03 48.41 122.99 -
System Red Green Blue C M Y K H S L
Decimal 164 202 30 0.19 0 0.85 0.21 73.26 0.74 0.45
Hex A4 CA 1E 13 0 55 15 49 4A 2D
Octal 244 312 36 23 0 125 25 111 112 55
Binary 10100100 11001010 11110 10011 0 1010101 10101 1001001 1001010 101101

Color Harmonies of #A4CA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA1E

Black with #A4CA1E

Text Example


Text Example

White with #A4CA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA1E; }

 p { color: rgb(164,202,30); }

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

background-color css

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

 a { background-color: rgb(164,202,30); }

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

border-color css

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

 span { border-color: rgb(164,202,30); }

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