Html Css Color HEX #A5BD21 Bahia

📋 copy color: '#A5BD21'

red 165 ◦ green 189 ◦ blue 33

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

Shades of Bahia #A5BD21

Tints of Bahia #A5BD21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.53%

R = 42.64%
G = 48.84%
B = 8.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#A5BD21 (or 0xA5BD21) is known color: Bahia. HEX triplet: A5, BD and 21. RGB value is (165,189,33). Sum of RGB (Red+Green+Blue) = 165+189+33=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD21 is #5A42DE. Grayscale: #A4A4A4. Windows color (decimal): -5915359 or 2211237. OLE color: 2211237.

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

Color convert

RGB 165 189 33 -
CMYK 0.13 0 0.83 0.26
HSL 69.23º 0.7% 0.44% -
HSV(B) 69.23º 0.83% 0.74% -
XYZ 33.99 44.5 8.24 -
YUV 164.04 54.05 128.68 -
System Red Green Blue C M Y K H S L
Decimal 165 189 33 0.13 0 0.83 0.26 69.23 0.7 0.44
Hex A5 BD 21 D 0 53 1A 45 46 2C
Octal 245 275 41 15 0 123 32 105 106 54
Binary 10100101 10111101 100001 1101 0 1010011 11010 1000101 1000110 101100

Color Harmonies of #A5BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD21

Black with #A5BD21

Text Example


Text Example

White with #A5BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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