Html Css Color HEX #A4CA0D Bahia

📋 copy color: '#A4CA0D'

red 164 ◦ green 202 ◦ blue 13

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

Shades of Bahia #A4CA0D

Tints of Bahia #A4CA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 43.27%
G = 53.3%
B = 3.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#A4CA0D (or 0xA4CA0D) is known color: Bahia. HEX triplet: A4, CA and 0D. RGB value is (164,202,13). Sum of RGB (Red+Green+Blue) = 164+202+13=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CA0D is #5B35F2. Grayscale: #A9A9A9. Windows color (decimal): -5977587 or 903844. OLE color: 903844.

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

Color convert

RGB 164 202 13 -
CMYK 0.19 0 0.94 0.21
HSL 72.06º 0.88% 0.42% -
HSV(B) 72.06º 0.94% 0.79% -
XYZ 36.5 50.16 8.14 -
YUV 169.09 39.91 124.37 -
System Red Green Blue C M Y K H S L
Decimal 164 202 13 0.19 0 0.94 0.21 72.06 0.88 0.42
Hex A4 CA D 13 0 5E 15 48 58 2A
Octal 244 312 15 23 0 136 25 110 130 52
Binary 10100100 11001010 1101 10011 0 1011110 10101 1001000 1011000 101010

Color Harmonies of #A4CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA0D

Black with #A4CA0D

Text Example


Text Example

White with #A4CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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