Html Css Color HEX #A5C91F Bahia

📋 copy color: '#A5C91F'

red 165 ◦ green 201 ◦ blue 31

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

Shades of Bahia #A5C91F

Tints of Bahia #A5C91F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.63%

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 41.56%
G = 50.63%
B = 7.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#A5C91F (or 0xA5C91F) is known color: Bahia. HEX triplet: A5, C9 and 1F. RGB value is (165,201,31). Sum of RGB (Red+Green+Blue) = 165+201+31=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C91F is #5A36E0. Grayscale: #ABABAB. Windows color (decimal): -5912289 or 2083237. OLE color: 2083237.

HSL color Cylindrical-coordinate representation of color #A5C91F: hue angle of 72.71º degrees, saturation: 0.73, 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 #A5C91F is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 31 -
CMYK 0.18 0 0.85 0.21
HSL 72.71º 0.73% 0.45% -
HSV(B) 72.71º 0.85% 0.79% -
XYZ 36.65 49.87 8.99 -
YUV 170.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 165 201 31 0.18 0 0.85 0.21 72.71 0.73 0.45
Hex A5 C9 1F 12 0 55 15 49 49 2D
Octal 245 311 37 22 0 125 25 111 111 55
Binary 10100101 11001001 11111 10010 0 1010101 10101 1001001 1001001 101101

Color Harmonies of #A5C91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C91F

Black with #A5C91F

Text Example


Text Example

White with #A5C91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C91F; }

 p { color: rgb(165,201,31); }

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

background-color css

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

 a { background-color: rgb(165,201,31); }

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

border-color css

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

 span { border-color: rgb(165,201,31); }

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