Html Css Color HEX #A5BD23 Bahia

📋 copy color: '#A5BD23'

red 165 ◦ green 189 ◦ blue 35

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

Shades of Bahia #A5BD23

Tints of Bahia #A5BD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9%

R = 42.42%
G = 48.59%
B = 9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#A5BD23 (or 0xA5BD23) is known color: Bahia. HEX triplet: A5, BD and 23. RGB value is (165,189,35). Sum of RGB (Red+Green+Blue) = 165+189+35=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 35 (14.06% from 255 or 9.00% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD23 is #5A42DC. Grayscale: #A4A4A4. Windows color (decimal): -5915357 or 2342309. OLE color: 2342309.

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

Color convert

RGB 165 189 35 -
CMYK 0.13 0 0.81 0.26
HSL 69.35º 0.69% 0.44% -
HSV(B) 69.35º 0.81% 0.74% -
XYZ 34.02 44.52 8.39 -
YUV 164.27 55.05 128.52 -
System Red Green Blue C M Y K H S L
Decimal 165 189 35 0.13 0 0.81 0.26 69.35 0.69 0.44
Hex A5 BD 23 D 0 51 1A 45 45 2C
Octal 245 275 43 15 0 121 32 105 105 54
Binary 10100101 10111101 100011 1101 0 1010001 11010 1000101 1000101 101100

Color Harmonies of #A5BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD23

Black with #A5BD23

Text Example


Text Example

White with #A5BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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