Html Css Color HEX #A5BC1E Bahia

📋 copy color: '#A5BC1E'

red 165 ◦ green 188 ◦ blue 30

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

Shades of Bahia #A5BC1E

Tints of Bahia #A5BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 30 (12.11% from 255) = 7.83%

R = 43.08%
G = 49.09%
B = 7.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#A5BC1E (or 0xA5BC1E) is known color: Bahia. HEX triplet: A5, BC and 1E. RGB value is (165,188,30). Sum of RGB (Red+Green+Blue) = 165+188+30=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC1E is #5A43E1. Grayscale: #A3A3A3. Windows color (decimal): -5915618 or 2014373. OLE color: 2014373.

HSL color Cylindrical-coordinate representation of color #A5BC1E: hue angle of 68.73º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5BC1E is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 188 30 -
CMYK 0.12 0 0.84 0.26
HSL 68.73º 0.72% 0.43% -
HSV(B) 68.73º 0.84% 0.74% -
XYZ 33.73 44.06 7.95 -
YUV 163.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 165 188 30 0.12 0 0.84 0.26 68.73 0.72 0.43
Hex A5 BC 1E C 0 54 1A 45 48 2B
Octal 245 274 36 14 0 124 32 105 110 53
Binary 10100101 10111100 11110 1100 0 1010100 11010 1000101 1001000 101011

Color Harmonies of #A5BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BC1E

Black with #A5BC1E

Text Example


Text Example

White with #A5BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BC1E; }

 p { color: rgb(165,188,30); }

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

background-color css

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

 a { background-color: rgb(165,188,30); }

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

border-color css

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

 span { border-color: rgb(165,188,30); }

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