Html Css Color HEX #ADCB24 Bahia

📋 copy color: '#ADCB24'

red 173 ◦ green 203 ◦ blue 36

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

Shades of Bahia #ADCB24

Tints of Bahia #ADCB24

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.27%

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

R = 41.99%
G = 49.27%
B = 8.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#ADCB24 (or 0xADCB24) is known color: Bahia. HEX triplet: AD, CB and 24. RGB value is (173,203,36). Sum of RGB (Red+Green+Blue) = 173+203+36=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 36 (14.45% from 255 or 8.74% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB24 is #5234DB. Grayscale: #AFAFAF. Windows color (decimal): -5387484 or 2411437. OLE color: 2411437.

HSL color Cylindrical-coordinate representation of color #ADCB24: hue angle of 70.78º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADCB24 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 36 -
CMYK 0.15 0 0.82 0.20
HSL 70.78º 0.7% 0.47% -
HSV(B) 70.78º 0.82% 0.8% -
XYZ 38.91 51.72 9.6 -
YUV 174.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 173 203 36 0.15 0 0.82 0.20 70.78 0.7 0.47
Hex AD CB 24 F 0 52 14 47 46 2F
Octal 255 313 44 17 0 122 24 107 106 57
Binary 10101101 11001011 100100 1111 0 1010010 10100 1000111 1000110 101111

Color Harmonies of #ADCB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB24

Black with #ADCB24

Text Example


Text Example

White with #ADCB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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