Html Css Color HEX #A5BB1D Bahia

📋 copy color: '#A5BB1D'

red 165 ◦ green 187 ◦ blue 29

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

Shades of Bahia #A5BB1D

Tints of Bahia #A5BB1D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.08%

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 43.31%
G = 49.08%
B = 7.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#A5BB1D (or 0xA5BB1D) is known color: Bahia. HEX triplet: A5, BB and 1D. RGB value is (165,187,29). Sum of RGB (Red+Green+Blue) = 165+187+29=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BB1D is #5A44E2. Grayscale: #A3A3A3. Windows color (decimal): -5915875 or 1948581. OLE color: 1948581.

HSL color Cylindrical-coordinate representation of color #A5BB1D: hue angle of 68.35º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5BB1D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 187 29 -
CMYK 0.12 0 0.84 0.27
HSL 68.35º 0.73% 0.42% -
HSV(B) 68.35º 0.84% 0.73% -
XYZ 33.51 43.63 7.82 -
YUV 162.41 52.71 129.85 -
System Red Green Blue C M Y K H S L
Decimal 165 187 29 0.12 0 0.84 0.27 68.35 0.73 0.42
Hex A5 BB 1D C 0 54 1B 44 49 2A
Octal 245 273 35 14 0 124 33 104 111 52
Binary 10100101 10111011 11101 1100 0 1010100 11011 1000100 1001001 101010

Color Harmonies of #A5BB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB1D

Black with #A5BB1D

Text Example


Text Example

White with #A5BB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB1D; }

 p { color: rgb(165,187,29); }

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

background-color css

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

 a { background-color: rgb(165,187,29); }

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

border-color css

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

 span { border-color: rgb(165,187,29); }

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