Html Css Color HEX #ADCF20 Bahia

📋 copy color: '#ADCF20'

red 173 ◦ green 207 ◦ blue 32

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

Shades of Bahia #ADCF20

Tints of Bahia #ADCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

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

R = 41.99%
G = 50.24%
B = 7.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#ADCF20 (or 0xADCF20) is known color: Bahia. HEX triplet: AD, CF and 20. RGB value is (173,207,32). Sum of RGB (Red+Green+Blue) = 173+207+32=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF20 is #5230DF. Grayscale: #B1B1B1. Windows color (decimal): -5386464 or 2150317. OLE color: 2150317.

HSL color Cylindrical-coordinate representation of color #ADCF20: hue angle of 71.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADCF20 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 32 -
CMYK 0.16 0 0.85 0.19
HSL 71.66º 0.73% 0.47% -
HSV(B) 71.66º 0.85% 0.81% -
XYZ 39.81 53.61 9.62 -
YUV 176.88 46.24 125.23 -
System Red Green Blue C M Y K H S L
Decimal 173 207 32 0.16 0 0.85 0.19 71.66 0.73 0.47
Hex AD CF 20 10 0 55 13 48 49 2F
Octal 255 317 40 20 0 125 23 110 111 57
Binary 10101101 11001111 100000 10000 0 1010101 10011 1001000 1001001 101111

Color Harmonies of #ADCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF20

Black with #ADCF20

Text Example


Text Example

White with #ADCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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