Html Css Color HEX #A5C318 Bahia

📋 copy color: '#A5C318'

red 165 ◦ green 195 ◦ blue 24

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

Shades of Bahia #A5C318

Tints of Bahia #A5C318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.25%

R = 42.97%
G = 50.78%
B = 6.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#A5C318 (or 0xA5C318) is known color: Bahia. HEX triplet: A5, C3 and 18. RGB value is (165,195,24). Sum of RGB (Red+Green+Blue) = 165+195+24=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C318 is #5A3CE7. Grayscale: #A7A7A7. Windows color (decimal): -5913832 or 1622949. OLE color: 1622949.

HSL color Cylindrical-coordinate representation of color #A5C318: hue angle of 70.53º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5C318 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 24 -
CMYK 0.15 0 0.88 0.24
HSL 70.53º 0.78% 0.43% -
HSV(B) 70.53º 0.88% 0.76% -
XYZ 35.2 47.1 8.1 -
YUV 166.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 165 195 24 0.15 0 0.88 0.24 70.53 0.78 0.43
Hex A5 C3 18 F 0 58 18 47 4E 2B
Octal 245 303 30 17 0 130 30 107 116 53
Binary 10100101 11000011 11000 1111 0 1011000 11000 1000111 1001110 101011

Color Harmonies of #A5C318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C318

Black with #A5C318

Text Example


Text Example

White with #A5C318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C318; }

 p { color: rgb(165,195,24); }

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

background-color css

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

 a { background-color: rgb(165,195,24); }

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

border-color css

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

 span { border-color: rgb(165,195,24); }

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