Html Css Color HEX #A5C01D Bahia

📋 copy color: '#A5C01D'

red 165 ◦ green 192 ◦ blue 29

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

Shades of Bahia #A5C01D

Tints of Bahia #A5C01D

RGB

 RED value IS 165 (64.84% from 255) = 42.75%

 GREEN value IS 192 (75.39% from 255) = 49.74%

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 42.75%
G = 49.74%
B = 7.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#A5C01D (or 0xA5C01D) is known color: Bahia. HEX triplet: A5, C0 and 1D. RGB value is (165,192,29). Sum of RGB (Red+Green+Blue) = 165+192+29=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C01D is #5A3FE2. Grayscale: #A5A5A5. Windows color (decimal): -5914595 or 1949861. OLE color: 1949861.

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

Color convert

RGB 165 192 29 -
CMYK 0.14 0 0.85 0.25
HSL 69.94º 0.74% 0.43% -
HSV(B) 69.94º 0.85% 0.75% -
XYZ 34.59 45.79 8.18 -
YUV 165.35 51.05 127.75 -
System Red Green Blue C M Y K H S L
Decimal 165 192 29 0.14 0 0.85 0.25 69.94 0.74 0.43
Hex A5 C0 1D E 0 55 19 46 4A 2B
Octal 245 300 35 16 0 125 31 106 112 53
Binary 10100101 11000000 11101 1110 0 1010101 11001 1000110 1001010 101011

Color Harmonies of #A5C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C01D

Black with #A5C01D

Text Example


Text Example

White with #A5C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C01D; }

 p { color: rgb(165,192,29); }

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

background-color css

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

 a { background-color: rgb(165,192,29); }

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

border-color css

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

 span { border-color: rgb(165,192,29); }

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