Html Css Color HEX #ADBC24 Bahia

📋 copy color: '#ADBC24'

red 173 ◦ green 188 ◦ blue 36

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

Shades of Bahia #ADBC24

Tints of Bahia #ADBC24

RGB

 RED value IS 173 (67.97% from 255) = 43.58%

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

 BLUE value IS 36 (14.45% from 255) = 9.07%

R = 43.58%
G = 47.36%
B = 9.07%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#ADBC24 (or 0xADBC24) is known color: Bahia. HEX triplet: AD, BC and 24. RGB value is (173,188,36). Sum of RGB (Red+Green+Blue) = 173+188+36=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 36 (14.45% from 255 or 9.07% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC24 is #5243DB. Grayscale: #A6A6A6. Windows color (decimal): -5391324 or 2407597. OLE color: 2407597.

HSL color Cylindrical-coordinate representation of color #ADBC24: hue angle of 65.92º degrees, saturation: 0.68, 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 #ADBC24 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 36 -
CMYK 0.08 0 0.81 0.26
HSL 65.92º 0.68% 0.44% -
HSV(B) 65.92º 0.81% 0.74% -
XYZ 35.54 44.98 8.48 -
YUV 166.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 173 188 36 0.08 0 0.81 0.26 65.92 0.68 0.44
Hex AD BC 24 8 0 51 1A 42 44 2C
Octal 255 274 44 10 0 121 32 102 104 54
Binary 10101101 10111100 100100 1000 0 1010001 11010 1000010 1000100 101100

Color Harmonies of #ADBC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC24

Black with #ADBC24

Text Example


Text Example

White with #ADBC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC24; }

 p { color: rgb(173,188,36); }

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

background-color css

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

 a { background-color: rgb(173,188,36); }

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

border-color css

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

 span { border-color: rgb(173,188,36); }

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