Html Css Color HEX #A5C127 Bahia

📋 copy color: '#A5C127'

red 165 ◦ green 193 ◦ blue 39

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

Shades of Bahia #A5C127

Tints of Bahia #A5C127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.61%

 BLUE value IS 39 (15.63% from 255) = 9.82%

R = 41.56%
G = 48.61%
B = 9.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#A5C127 (or 0xA5C127) is known color: Bahia. HEX triplet: A5, C1 and 27. RGB value is (165,193,39). Sum of RGB (Red+Green+Blue) = 165+193+39=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C127 is #5A3ED8. Grayscale: #A7A7A7. Windows color (decimal): -5914329 or 2605477. OLE color: 2605477.

HSL color Cylindrical-coordinate representation of color #A5C127: hue angle of 70.91º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5C127 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 39 -
CMYK 0.15 0 0.80 0.24
HSL 70.91º 0.66% 0.45% -
HSV(B) 70.91º 0.8% 0.76% -
XYZ 34.95 46.29 9.01 -
YUV 167.07 55.72 126.52 -
System Red Green Blue C M Y K H S L
Decimal 165 193 39 0.15 0 0.80 0.24 70.91 0.66 0.45
Hex A5 C1 27 F 0 50 18 47 42 2D
Octal 245 301 47 17 0 120 30 107 102 55
Binary 10100101 11000001 100111 1111 0 1010000 11000 1000111 1000010 101101

Color Harmonies of #A5C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C127

Black with #A5C127

Text Example


Text Example

White with #A5C127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C127; }

 p { color: rgb(165,193,39); }

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

background-color css

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

 a { background-color: rgb(165,193,39); }

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

border-color css

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

 span { border-color: rgb(165,193,39); }

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