Html Css Color HEX #A5BD1B Bahia

📋 copy color: '#A5BD1B'

red 165 ◦ green 189 ◦ blue 27

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

Shades of Bahia #A5BD1B

Tints of Bahia #A5BD1B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.61%

 BLUE value IS 27 (10.94% from 255) = 7.09%

R = 43.31%
G = 49.61%
B = 7.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A5BD1B (or 0xA5BD1B) is known color: Bahia. HEX triplet: A5, BD and 1B. RGB value is (165,189,27). Sum of RGB (Red+Green+Blue) = 165+189+27=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD1B is #5A42E4. Grayscale: #A3A3A3. Windows color (decimal): -5915365 or 1818021. OLE color: 1818021.

HSL color Cylindrical-coordinate representation of color #A5BD1B: hue angle of 68.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5BD1B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 27 -
CMYK 0.13 0 0.86 0.26
HSL 68.89º 0.75% 0.42% -
HSV(B) 68.89º 0.86% 0.74% -
XYZ 33.91 44.47 7.83 -
YUV 163.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 165 189 27 0.13 0 0.86 0.26 68.89 0.75 0.42
Hex A5 BD 1B D 0 56 1A 45 4B 2A
Octal 245 275 33 15 0 126 32 105 113 52
Binary 10100101 10111101 11011 1101 0 1010110 11010 1000101 1001011 101010

Color Harmonies of #A5BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD1B

Black with #A5BD1B

Text Example


Text Example

White with #A5BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD1B; }

 p { color: rgb(165,189,27); }

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

background-color css

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

 a { background-color: rgb(165,189,27); }

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

border-color css

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

 span { border-color: rgb(165,189,27); }

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