Html Css Color HEX #A4CA0F Bahia

📋 copy color: '#A4CA0F'

red 164 ◦ green 202 ◦ blue 15

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

Shades of Bahia #A4CA0F

Tints of Bahia #A4CA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 43.04%
G = 53.02%
B = 3.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#A4CA0F (or 0xA4CA0F) is known color: Bahia. HEX triplet: A4, CA and 0F. RGB value is (164,202,15). Sum of RGB (Red+Green+Blue) = 164+202+15=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CA0F is #5B35F0. Grayscale: #AAAAAA. Windows color (decimal): -5977585 or 1034916. OLE color: 1034916.

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

Color convert

RGB 164 202 15 -
CMYK 0.19 0 0.93 0.21
HSL 72.19º 0.86% 0.43% -
HSV(B) 72.19º 0.93% 0.79% -
XYZ 36.52 50.17 8.21 -
YUV 169.32 40.91 124.21 -
System Red Green Blue C M Y K H S L
Decimal 164 202 15 0.19 0 0.93 0.21 72.19 0.86 0.43
Hex A4 CA F 13 0 5D 15 48 56 2B
Octal 244 312 17 23 0 135 25 110 126 53
Binary 10100100 11001010 1111 10011 0 1011101 10101 1001000 1010110 101011

Color Harmonies of #A4CA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA0F

Black with #A4CA0F

Text Example


Text Example

White with #A4CA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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