Html Css Color HEX #ADCB20 Bahia

📋 copy color: '#ADCB20'

red 173 ◦ green 203 ◦ blue 32

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

Shades of Bahia #ADCB20

Tints of Bahia #ADCB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 42.4%
G = 49.75%
B = 7.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#ADCB20 (or 0xADCB20) is known color: Bahia. HEX triplet: AD, CB and 20. RGB value is (173,203,32). Sum of RGB (Red+Green+Blue) = 173+203+32=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB20 is #5234DF. Grayscale: #AFAFAF. Windows color (decimal): -5387488 or 2149293. OLE color: 2149293.

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

Color convert

RGB 173 203 32 -
CMYK 0.15 0 0.84 0.20
HSL 70.53º 0.73% 0.46% -
HSV(B) 70.53º 0.84% 0.8% -
XYZ 38.85 51.7 9.3 -
YUV 174.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 173 203 32 0.15 0 0.84 0.20 70.53 0.73 0.46
Hex AD CB 20 F 0 54 14 47 49 2E
Octal 255 313 40 17 0 124 24 107 111 56
Binary 10101101 11001011 100000 1111 0 1010100 10100 1000111 1001001 101110

Color Harmonies of #ADCB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB20

Black with #ADCB20

Text Example


Text Example

White with #ADCB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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